The event of COM + a system attempted to RAISE the event object. Warning event Id: 4353.

Original title: anyone know what this means? Its a new one on me!

Anyone know what this means?

The event of COM + a system attempted to RAISE the event object: change subscription events but had received a bad return code.    HRESULT was 80040201.

Warning event Id: 4353

Im not accustomed to see messages like this.

What happens if the bad thing is fired?

Someone please answer as soon as POSSIBLE. My imagination

will work 24/7 to 100% until I get the

response. Thank YOU, larrythehawk

This has happened on Windows XP Pro. The Application of event viewer

Hi Larry,

Sorry for the late reply. Let us know a few things before you proceed.

  • You are looking at these errors in Event Viewer?
  • Is affecting how your computer performs?
  • Have you tried troubleshooting on the same?

Please response so we can help you best.

Tags: Windows

Similar Questions

  • A snapshot could not be created. Check the event logs application VSS amd SPP for more information. Details: the specified object was not found.

    I get this message to 5 seconds after attempting to back up using a Seagate external hard drive. The drive has plenty of space (1 TB) and is formatted NTFS. System recognizes no problem when I Plug and I can move files to and from it no problem otherwise.

    No other thread does deal directly with this version of the problem (with the object "not found"). Any help or ideas are appreciated.

    Hello

    This occurs generally when the Volume Shadow Copy service and SPP services are not started. We will analyze and identify the cause of the problem.

    I suggest you perform the steps mentioned by "Diana D replied October 23, 2010" to a similar discussion.

    Reference:

    snapshot could not be created Details: the specified object was not found.

    http://answers.Microsoft.com/en-us/Windows/Forum/Windows_7-performance/shadow-copy-could-not-be-created-details-the/a55057f8-67ed-4FA3-b61e-15f8904aaba1

    Note: Make sure you put in road security software and Windows Firewall later once you are finished with the test.

    Important: when running chkdsk on the drive hard if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data may be lost. When you run the checkdisk, there are risks of data loss you can take a backup before starting the checkdisk.

    See also:

    Back up and restore frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows7/back-up-and-restore-frequently-asked-questions

    Back up your files

    http://Windows.Microsoft.com/en-us/Windows7/back-up-your-files

    Hope this information helps. Response with status so that we can help you.

  • creating a restore point gives error 0 x 80042308: the specified object could not be found

    What is the specified object cannot be found - 0 x 80042308? trying to create a restore point in the protection system?

    a snapshot could not be created, please check "vss" and "spp" applications for more information event logs!

    Details: the specified object is not found! backup and restore system keeps giving me these messages!

    HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELP!

    Thank you!

    Hello

    I suggest you to follow these steps and check if that helps:

    Method 1:
    If you have installed a security software on the computer, then I suggest you try to disable temporary and check to see if the same problem happens. Make sure that you enable security software back once the diagnosis is made to prevent the computer from virus attacks.

    Method 2:
    Try to perform the clean boot and check if it helps:
    http://support.Microsoft.com/kb/310353

    NOTE: When you are finished troubleshooting, make sure that you reset the computer in start mode normal such as suggested in step 7 of the above article.

    Method 3:
    Try the running System File Checker and see if it helps:
    http://support.Microsoft.com/kb/310747

    It will be useful.

  • Receiving the EventInfo object for Web Service alerts as null?

    I have set up the web as service:

    Service endpoint interface

    @WebService (targetNamespace = "http://prosight.com/wsdl/7.0/EventSink/")

    @SOAPBinding (style = Style.RPC)

    public interface {OPPMAlertWebService}

    @WebMethod public void itemAddedToPortfolio (PsPortfoliosItemAddedToPortfolioEventInfo eventObj);

    @WebMethod public void categoryConditionMet (PsPortfoliosCategoryConditionMetEventInfo eventObj);

    @WebMethod public void multipleCategoryConditionMet (PsPortfoliosMultipleCategoryConditionsMetEventInfo eventObj);

    @WebMethod public void phaseModified (PsPortfoliosPhaseModifiedEventInfo eventObj);

    @WebMethod public void deliverableModified (PsPortfoliosDeliverableModifiedEventInfo eventObj);

    @WebMethod public void actionItemModified (PsPortfoliosActionItemModifiedEventInfo eventObj);

    }


    Implementation of the service

    @WebService (endpointInterface = "com.ws.OPPMAlertWebService", targetNamespace = "http://prosight.com/wsdl/7.0/EventSink/")

    / public class OPPMAlertWebServiceImpl implements OPPMAlertWebService {}

    Item added to the triggered event portfolio

    @Override

    {} public void itemAddedToPortfolio (PsPortfoliosItemAddedToPortfolioEventInfo eventObj)

    System.out.println ("added \n--Item method called-");

    }

    Category Condtion meeting triggered event

    @Override

    {} public void categoryConditionMet (PsPortfoliosCategoryConditionMetEventInfo eventObj)

    System.out.println ("\n--Category filled Condition method called-");

    }

    Several categories filled Condition triggered event

    @Override

    {} public void multipleCategoryConditionMet (PsPortfoliosMultipleCategoryConditionsMetEventInfo eventObj)

    System.out.println ("\n--Multiple category method called - filled Condition");

    }

    Updated the event triggered the phase

    @Override

    {} public void phaseModified (PsPortfoliosPhaseModifiedEventInfo eventObj)

    System.out.println ("\n--Phase method called - changed");

    }

    Events updated the deliverable triggered

    @Override

    {} public void deliverableModified (PsPortfoliosDeliverableModifiedEventInfo eventObj)

    System.out.println ("\n--Deliverable method called - changed");

    }

    Follow-up activity for change event triggered

    @Override

    {} public void actionItemModified (PsPortfoliosActionItemModifiedEventInfo eventObj)

    System.out.println ("\n--Action element modified method called-");

    }


    Editor of endpoint

    public class OPPMAlertWebServicePublisher {}

    Public Shared Sub main (String [] args) {}

    URL of the Web Service

    " String url = ' http://URL ";

    System.out.println ("\nOPPM Alert Web Service published on" + url);

    Endpoint.Publish (url, new OPPMAlertWebServiceImpl());

    }

    }

    The service works very well all the get methods called on respective alert events here, but whenever I tried to use the EventInfo object he throws NullPointer Exception. I get the EventInfo objects as null in these methods but the audit log shows event information are sent by the Madaboutangling. Y at - it another way to configure this service to receive the EventInfo object or where I have to change to receive the EventInfo object?

    EventInfo object using there is Exception as:

    -Added point method called-

    October 15, 2015 05:30:52 com.sun.xml.internal.ws.server.sei.TieHandler createResp

    onse

    GRAVE: null

    java.lang.NullPointerException

    at com.ws.OPPMAlertWebServiceImpl.itemAddedToPortfolio(OPPMAlertWebServiceImpl.java:25)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)

    at java.lang.reflect.Method.invoke (unknown Source)

    at sun.reflect.misc.Trampoline.invoke (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)

    at java.lang.reflect.Method.invoke (unknown Source)

    at sun.reflect.misc.MethodUtil.invoke (unknown Source)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke (unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke (unknown Source)

    at java.lang.reflect.Method.invoke (unknown Source)

    at com.sun.xml.internal.ws.api.server.MethodUtil.invoke (unknown Source)

    to com.sun.xml.internal.ws.api.server.InstanceResolver$ 1.invoke(Unknown Source)

    to com.sun.xml.internal.ws.server.InvokerTube$ 2.invoke (unknown Source)

    to com.sun.xml.internal.ws.server.sei.SEIInvokerTube.processRequest (Unknown Source)

    at com.sun.xml.internal.ws.api.pipe.Fiber.__doRun (unknown Source)

    at com.sun.xml.internal.ws.api.pipe.Fiber._doRun (unknown Source)

    at com.sun.xml.internal.ws.api.pipe.Fiber.doRun (unknown Source)

    at com.sun.xml.internal.ws.api.pipe.Fiber.runSync (unknown Source)

    to com.sun.xml.internal.ws.server.WSEndpointImpl$ 2. process (unknown sourcee)

    to com.sun.xml.internal.ws.transport.http.HttpAdapter$ HttpToolkit.handle(unknown Source)

    at com.sun.xml.internal.ws.transport.http.HttpAdapter.handle (unknown SouNCE)

    at com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handleExchange(Unknown Source)

    to com.sun.xml.internal.ws.transport.http.server.WSHttpHandler.handle (acalled Source)

    to com.sun.net.httpserver.Filter$ Chain.doFilter (unknown Source)

    at sun.net.httpserver.AuthFilter.doFilter (unknown Source)

    to com.sun.net.httpserver.Filter$ Chain.doFilter (unknown Source)

    to sun.net.httpserver.ServerImpl$ Exchange$ LinkHandler.handle (unknown SouNCE)

    to com.sun.net.httpserver.Filter$ Chain.doFilter (unknown Source)

    to sun.net.httpserver.ServerImpl$ Exchange.run (unknown Source)

    at java.util.concurrent.ThreadPoolExecutor.runWorker (unknown Source)

    to java.util.concurrent.ThreadPoolExecutor$ Worker.run (unknown Source)

    at java.lang.Thread.run (unknown Source)

    I rarely use java for Madaboutangling, but I would check the to see if the psPortfoliosEventInfo object has been generated with the correct namespace.  Here is a c# class generated from a web job alert.

    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.18020")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://prosight.com/type/Portfolios/5.0/psPortfoliosWebServiceAlert")]
    public partial class psPortfoliosItemAddedToPortfolioEventInfo : psPortfoliosEventInfo {
    
    private psADDED_CREATED addedCreatedField;
    
    private psPortfoliosItemInfo addedItemInfoField;
    
    /// 
    public psADDED_CREATED AddedCreated {
    get {
    return this.addedCreatedField;
    }
    set {
    this.addedCreatedField = value;
    }
    }
    
    /// 
    public psPortfoliosItemInfo AddedItemInfo {
    get {
    return this.addedItemInfoField;
    }
    set {
    this.addedItemInfoField = value;
    }
    }
    }
    
    /// 
    [System.Xml.Serialization.XmlIncludeAttribute(typeof(psPortfoliosMultipleCategoryConditionsMetEventInfo))]
    [System.Xml.Serialization.XmlIncludeAttribute(typeof(psPortfoliosCategoryConditionMetEventInfo))]
    [System.Xml.Serialization.XmlIncludeAttribute(typeof(psPortfoliosPhaseModifiedEventInfo))]
    [System.Xml.Serialization.XmlIncludeAttribute(typeof(psPortfoliosActionItemModifiedEventInfo))]
    [System.Xml.Serialization.XmlIncludeAttribute(typeof(psPortfoliosDeliverableModifiedEventInfo))]
    [System.Xml.Serialization.XmlIncludeAttribute(typeof(psPortfoliosItemAddedToPortfolioEventInfo))]
    [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "4.0.30319.18020")]
    [System.SerializableAttribute()]
    [System.Diagnostics.DebuggerStepThroughAttribute()]
    [System.ComponentModel.DesignerCategoryAttribute("code")]
    [System.Xml.Serialization.XmlTypeAttribute(Namespace="http://prosight.com/type/Portfolios/5.0/psPortfoliosWebServiceAlert")]
    public partial class psPortfoliosEventInfo {
    
    private string alertGuidField;
    
    private string alertNameField;
    
    private psPortfoliosItemInfo scopeInfoField;
    
    private System.DateTime eventDateTimeField;
    
    private int ownerIdField;
    
    private string ownerLoginField;
    
    /// 
    public string AlertGuid {
    get {
    return this.alertGuidField;
    }
    set {
    this.alertGuidField = value;
    }
    }
    
    /// 
    public string AlertName {
    get {
    return this.alertNameField;
    }
    set {
    this.alertNameField = value;
    }
    }
    
    /// 
    public psPortfoliosItemInfo ScopeInfo {
    get {
    return this.scopeInfoField;
    }
    set {
    this.scopeInfoField = value;
    }
    }
    
    /// 
    public System.DateTime EventDateTime {
    get {
    return this.eventDateTimeField;
    }
    set {
    this.eventDateTimeField = value;
    }
    }
    
    /// 
    public int OwnerId {
    get {
    return this.ownerIdField;
    }
    set {
    this.ownerIdField = value;
    }
    }
    
    /// 
    public string OwnerLogin {
    get {
    return this.ownerLoginField;
    }
    set {
    this.ownerLoginField = value;
    }
    }
    }
    

    V/r,

    Gene

  • question on the scope of the stage object

    Hello, all.  I am currently working with containers and I have a question about the stage object.

    I have 2 files in my program

    (1) app.as

    (2) stuff.as

    Stuff.As is a library of common user interface that I build.  I'm trying, in this document, follow these steps:

    stuff(){
    
    makeUI();
    
    }
    
    makeUI(){
    
    myContainer.setSize(stage.Stagewidth , stage.Stagehight);
    
    }
    

    Flash crash when running, saying that there is a reference not valid for a null object.

    If main.as is the file of the application, how can I get the stage object to be valid / available inside my stuff.as file?

    -Thanks for your time!

    Hey dtater,

    I met the same problem too in the past. the only way to have access to the stage is to have the class that never work added to the stage by a parent object that is already on scene. If an object has not yet been added to the stage, his stage value will be null.

    the best way to work with this set of return must have an event listener defined in your file stuff.as to listen for Event.ADDED event in your stuff() constructor like this:

    this.addEventListener(Event.ADDED, onAdded);
    

    and then in your event handler function onAdded:

    private function onAdded(e:Event):void{     // this event gets triggered by other objects, so we check to make sure it the right object     if (e.target == e.currentTarget)      {          makeUI();
    
         }
    
    }
    

    in this way the makeUI funciton only will be called when it has access to the scene.

    Here are more details on the event Event.ADDED:

    http://www.Adobe.com/LiveDocs/Flash/9.0/ActionScriptLangRefV3/Flash/events/event.HTML#added

    hope that helps. Good luck!

    Edit: I also forgot to add that the Event.ADDED event will be called when you addChild (stuff); in your main application.

  • Bind Variables on the view objects child definition

    JDeveloper 12 c

    I have an interesting question.  I have a view (AisWebModulePrivsVO) object that uses a bindvariable hardcoded in the view object.

    SELECT * FROM SYS. DBA_ROLE_PRIVS where DEALER =: bvUserName

    If I put this in the request module I can programmatically set the variable binding (view object contains the getter/setter for the binding variable).

    AisWebModulePrivsVOImpl voTest = am.getAisWebModulePrivsVI ();

    voTest.setbvUserName ("ARAWLS");

    voTest.executeQuery ();

    System.out.println ("test reports:" + voTest.getRowCount ());

    and get the correct number of records based on return on the user and database roles. If it works.

    What does NOT work, it is when this display object is a recording of 'the child' to another display object (as specified by a link between the two and by setting the object from a point of view as one child of the other in the module of the application).

    AppModule looks like this:

    CgRefCodesVO

    AisWebModulePrivsVO

    In this case, I have a view called cgRefCodeVO parent object.  There is a link between this and the AisWebModulePrivsVO. The relationship works.

    AISMenuAppModuleImpl m = ADFUtils.getApplicationModuleForDataControl (appMod) (AISMenuAppModuleImpl);

    CgRefCodesVOImpl cgRefVO = am.getCgRefCodes1 ();

    AisWebModulePrivsVOImpl modsVO = am.getAisWebModulePrivs1 ();

    modsVO.setbvDBUserName ("ARAWLS");  This doesn't seem to work here...

    cgRefVO.executeQuery ();

    All lines rs = cgRefVO.getRowSet ();

    RS. Reset();

    While (rs.hasNext ()) {}

    CgRefCodesVORowImpl CgRefRow = rs.next ((CgRefCodesVORowImpl));

    System.out.println ("RvLowValue:" + CgRefRow.getAttribute ("RvLowValue"));

    RowIterator aisModulesRowIter = CgRefRow.getAisWebModulePrivs ();

    System.out.println ("number of children:" + aisModulesRowIter.getRowCount ());

    }

    The code compiles and runs.  She translates: "County of the child: 0" for each row returned by the

    I also tried:

    VM VariableValueManager = modsVO.ensureVariableManager ();

    vm.setVariableValue ("bvDBUserName", "ARAWLS");

    And:

    modsVO.setNamedWhereClauseParam ("bvDBUserName", "ARAWLS");

    and (of https://community.oracle.com/message/2746551#2746551 ( )

    @Override

    protected void executeQueryForCollection (Object, object, Object [] object2, int i) {}

    I coded everything hard to see if it would work.

    setNamedWhereClauseParam ("bvDBUserName", "ARAWLS");

    super.executeQueryForCollection (object, object2, i);

    }

    and from there, I changed around the order to execute the objects in view.    https://community.oracle.com/message/10632314#10632314

    How can I set the variable binding in the object view child?

    Thank you

    Stuart

    It is an interesting example how ADF works up to a certain point... then you need to start to make cuts to modify its behavior as you wish.

    I decided that it was just easier to delete 'the child' parent (in the app module) and create a view of criteria on this subject for what would basically query the records to get the same results, like a child.

    Perhaps not as elegant, but so much easier.

    Thanks for your help.

    Stuart

  • YES-67075: could not load the patch object & YES - 67073:OPatch failed: PatchObject constructor

    Hi Experts,

    I am really evil with Opatch following error... any suggestions would be very appreciated.  ! Thank you!

    am version of database upgrade R12.1.1 Vision of 11.1.0.7 for 11 GR 2 following this Doc.
    Doc-ID 1585578.1 (Interoperability notes Oracle EBS R12 with Oracle Database 11 g 2 (11.2.0.3) )

    and I checked this as understanding OPatch tool and patch [1451669.1 ID]!

    After you apply the patches on apps and db level pre-installation and Installation of 11.2.0.3 home.

    When I tried to apply the Patch getting following error. Also, I can't apply any Opatch or Patch DB with each Patch am getting the same error

    [oracle@ebs 14229857] $ /11.2.0.3/OPatch/opatch apply
    Setup Oracle interim Patch version 11.2.0.3.6
    Copyright (c) 2013, Oracle Corporation.  All rights reserved.


    Oracle homepage: /11.2.0.3
    Inventory Center: / oracle/oraInventory
    from: /11.2.0.3/oraInst.loc
    OPatch version: 11.2.0.3.6
    YES version: 11.2.0.3.0
    Location of the log file: /11.2.0.3/cfgtoollogs/opatch/opatch2014-05-08_18-58-59PM_1.log

    Could not load the patch object.  Possible causes are:
    The specified path is not an intermediary shiphome Patch
    Metadata files are missing in the region of patch
    Patch location = / oracle/14229857
    Details = PatchObject manufacturer: Input file ' / oracle/14229857/etc/config/actions "or" / oracle/14229857/etc/config/inventory "does not exist.

    OPatch failed: PatchObject manufacturer: Input file ' / oracle/14229857/etc/config/actions "or" / oracle/14229857/etc/config/inventory "does not exist.
    Location of the log file: /11.2.0.3/cfgtoollogs/opatch/opatch2014-05-08_18-58-59PM_1.log

    OPatch failed with the error code 73

    even if the patch 6880880 is successfully applied to the updated version OPtach also I set the Path variable for export PATH = $ORACLE_HOME/OPatch: $PATH

    There is no problem with the permissions on files and directories. as I have cross checked.

    /oracle/VIS/db/tech_st/11.2.0.3/OPatch/opatch lsinventory-details
    Setup Oracle interim Patch version 11.2.0.3.6
    Copyright (c) 2013, Oracle Corporation.  All rights reserved.


    Oracle homepage: /11.2.0.3
    Inventory Center: / oracle/oraInventory
    from: /11.2.0.3/oraInst.loc
    OPatch version: 11.2.0.3.6
    YES version: 11.2.0.3.0
    Location of the log file: /11.2.0.3/cfgtoollogs/opatch/opatch2014-05-08_19-26-02PM_1.log

    Location of the output file Lsinventory: /11.2.0.3/cfgtoollogs/opatch/lsinv/lsinventory2014-05-08_19-26-02PM.txt

    --------------------------------------------------------------------------------
    Installed products of higher level (2):

    Oracle Database 11g 11.2.0.3.0
    Oracle Database 11 g examples 11.2.0.3.0
    There are 2 product (s) installed in the home of Oracle.


    Here are the details of Patch Log!

    YES location: /11.2.0.3/oui
    Location of the log file: /11.2.0.3/cfgtoollogs/opatch/opatch2014-05-08_18-58-59PM_1.log
    [May 8, 2014 18:58:59]     History of patch file: /11.2.0.3/cfgtoollogs/opatch/opatch_history.txt
    [May 8, 2014 18:58:59]     From ApplySession Thu May 08 18:58:59 IST 2014
    [May 8, 2014 18:58:59]     Starting apply Session at Thu May 08 18:58:59 IST 2014
    [May 8, 2014 18:58:59]     YES-67075: cannot load the patch object.  Possible causes are:
    The specified path is not an intermediary shiphome Patch
    Metadata files are missing in the region of patch
    Patch location = / oracle/14229857
    Details = PatchObject manufacturer: Input file ' / oracle/14229857/etc/config/actions "or" / oracle/14229857/etc/config/inventory "does not exist.
    [May 8, 2014 18:58:59]     OPatch will clean the files 'restore.sh, make.txt' and "backup cars, scratch," directories.
    You will always be able to restore patches after this cleaning.

    Do you want? [y | n]
    [May 8, 2014 18:59:02]     Y (auto-répondu by - silence)
    [May 8, 2014 18:59:02]     The user responded with: Y
    [May 8, 2014 18:59:02]     Size of the directory "/11.2.0.3/.patch_storage"before cleaning is 269296 bytes. "
    [May 8, 2014 18:59:02]     Size of the directory "/11.2.0.3/.patch_storage"after the cleaning is 269296 bytes. "
    [May 8, 2014 18:59:02]     UtilSession: Save for the restoration area was cleaned. For a complete list of files/directories
    removed, please see the log file.
    [May 8, 2014 18:59:02]     YES - 67073:OPatch failed: PatchObject manufacturer: Input file ' / oracle/14229857/etc/config/actions "or" / oracle/14229857/etc/config/inventory "does not exist.
    [May 8, 2014 18:59:02]     YES - 67035:System is intact, OPatch will not restore the system
    [May 8, 2014 18:59:02]     Finishing ApplySession at Fri May 08 18:59:02 IST 2014
    [May 8, 2014 18:59:02]     Total time spent waiting for user input is 0 seconds.  End at Thu May 08 18:59:02 IST 2014
    [May 8, 2014 18:59:02]     Location of the log file: /11.2.0.3/cfgtoollogs/opatch/opatch2014-05-08_18-58-59PM_1.log
    [May 8, 2014 18:59:02]     Description of the battery: java.lang.RuntimeException: PatchObject manufacturer: Input file "/ oracle/14229857/etc/config/actions" or "/ oracle/14229857/etc/config/inventory" does not exist.
    [May 8, 2014 18:59:02]     StackTrace: oracle.opatch.PatchObject.createPatchObject(PatchObject.java:2433)
    [May 8, 2014 18:59:02]     StackTrace: oracle.opatch.PatchObject. < init > (PatchObject.java:2000)
    [May 8, 2014 18:59:02]     StackTrace: oracle.opatch.PatchObjectUtil.loadPatch(PatchObjectUtil.java:2188)
    [May 8, 2014 18:59:02]     StackTrace: oracle.opatch.ApplySession.loadAndInitPatchObject(ApplySession.java:1553)
    [May 8, 2014 18:59:02]     StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:5850)
    [May 8, 2014 18:59:02]     StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:2060)
    [May 8, 2014 18:59:02]     StackTrace: oracle.opatch.OPatch.main(OPatch.java:614)
    ~

    Thank you

    Priya

    Priya,

    You try to apply (Patch 14229857)? If so, it's for Exadata then is it applicable?

    11.2.0.3 patch # is 10404530

    11 GR 2 11.2.0.3 database certified with E-Business Suite

    https://blogs.Oracle.com/stevenChan/entry/11gr2_11_2_0_3

    Please note that 11.2.0.4 is the Group of hotfixes later certified 11 GR 2.

    11.2.0.4 database certified with E-Business Suite

    https://blogs.Oracle.com/stevenChan/entry/11_2_0_4_database

    Thank you

    Hussein

  • Please need help with my application manifest signed Comodo to get rid of the Oracle security warning

    Dear members. I need your help please

    I have a game I'm hosting at www.hiredforoneday.com

    I signed the code with Comodo M/s. I wrote the manifest file (and changed so many times) but I still get the Oracle security warning:

    "This application will run with unrestricted access, which can put your computer and personal information at risk.

    Run this application if you trust the place and the editor above.

    I'm must admit am bat / do not understand what I do.

    Please I need your help on how to write the code manifest, how correctly put it in the jar and how to reference the html code

    The game can be played online from www.hiredforone Day

    I need the system clock of the client and also I used getResources() to read images in the jar file

    on the site, I have a (Play) button. During a call to the play button, the index page connects to the file play.html which is located in the folder pots.
    The file play.html calls the HiredForOneDay.jar file that is located in the folder of the pots. Files such as launch.jnlp, launch.html are all in the jarsfolder.

    My game using Cardlayout (CardLayOutClass) in the Applets init() the

    cardLayoutClass.showCongratulationsPanel (); which shows the Congraculations class

    then setJMenuBar (helpTopicSelector.getBar ()); HelpTopicSelector is also another class

    Here is the code

    [code]

    package hiredforoneday;

    /**
    * @(#) HiredForADayApplet.java
    *

    * @author Ruth Bugembe
    * @author John Bannick
    * @version December 23, 2012
    */
    @SuppressWarnings ("serial")
    SerializableAttribute public class HiredForADayApplet extends javax.swing.JApplet {}

    public static CardLayoutClass cardLayoutClass;
    HelpTopicSelector helpTopicSelector;
    @Override
    @SuppressWarnings("static-access")
    public void init() {}

    cardLayoutClass = new CardLayoutClass();
    helpTopicSelector = new HelpTopicSelector (this);

    Add (cardLayoutClass.getMainPanel (), BorderLayout.CENTER);
    cardLayoutClass.showCongratulationsPanel ();

    setJMenuBar (helpTopicSelector.getBar ());

    }

    } [/ code]

    I didn't send in the manifest code because I did so many versions and now am confused

    Thanks again for your time

    Ruth

    I don't think it's possible to prevent the warning message from appearing at least once. There could be an option 'do not show this again' on the dialog box warning that users can check to prevent it from appearing again. Codezone-the only thing I can think is to eliminate the dependency on the system clock client side so that the attribute in the manifest file permissions can be set to 'sandbox' rather than 'all rights '. You don't know if he read images from the same signed jar file still qualified under 'sandbox' - try it and see.

    It is worth noting that other publishers Java RIA as the Knowledge Base for the Skillsoft Support are also facing the same issue, and they document simply as a relatively mild warning message.

  • show the parent object of get - view - ViewType HostSystem

    I want to change the code snippet below (http://kb.vmware.com/kb/1012514) to include the parent object.

    Notice-EEG - ViewType HostSystem-Property Name, Config.Product. Select Name, {$_.} Config.Product.FullName}, {$_.} Config.Product.Build} | FT-auto

    When I run the modified version, I get 'ComputeResource-domain-sNNNN' or 'ClusterComputeResource-field-cNNN' in the Parent column. If I make one

    Get-Cluster ClusterComputeResource-field-cNNN

    I get the name of one of our groups. So I tried variations of the following, and I still can't get a good Parent.

    C:\ PowerCLI > notice-EEG - ViewType HostSystem-name of the property, Config.Product, Parent | Select Name, {$_.} Config.Product.FullName}, {$_.} Config. Product.Build}, ($_.) Parent | Get-cluster) | Sort - the name of the property. FT-auto

    Select: cannot convert System.Object [] to one of the following types {System.String, System.Management.Automation.ScriptBlock}.

    At line: 1 char: 72

    + view the GET - ViewType HostSystem-name of the property, Config.Product, Parent | Select Na...

    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    + CategoryInfo: InvalidArgument: (:)) [Select-Object], NotSupportedException)

    + FullyQualifiedErrorId: DictionaryKeyUnknownType, Microsoft.PowerShell.Commands.SelectObjectCommand

    PowerCLI C:\ >

    I realize that it does not help that, in some cases Parent will be a cluster object and in other cases it will be an object Folder or Data Center. I also tried

    .... $( if ( $_. Parent) {get-cluster-id $_.} Parent})

    .... ( if ( $_. Parent) {get-cluster-id $_.} Parent})

    .... (get-cluster-name ($_.)) Parent). Name)

    .... (get-cluster-name [string]($_.)) Parent). Name)

    (1) if I'm only looking on with parents of cluster hosts, is there a way to ignore all others?

    (2) how can I get the name of the parent cluster?

    Try like this

    Get-view ViewType - HostSystem-name of the property, Config.Product, Parent |

    Select Name,

    @{N = ' product'; E={$_. Config.Product.FullName}},

    @{N = 'Build'; E={$_. Config.Product.Build}},

    @{N = "Cluster"; E = {}

    $parent = get-view-Id $_. Parent - the Parent property name

    While ($parent - isnot [VMware.Vim.ClusterComputeResource] - and $parent. Parent) {}

    $parent is get-view-Id $parent. Parent - the Parent property name

    }

    If ($parent - is [VMware.Vim.ClusterComputeResource]) {}

    $parent. Name}}} |

    Format-Table-auto

  • How to expose java in javascript objects so that the javascript objects display method with &lt; ctrl &gt; signatures space in scripts

    Hi all

    I exponent of java objects in javascript, but the methods and attributes does not appear in the contextual help menu (< ctrl > + space) when I use these javascript objects.

    How should I write my vso.xml so that the javascript objects are aware of methods in the Help menu popup javascript.

    for example: -.

    entry VSO.xml:

    < enumerations >

    < list type = "TestEnum" >

    values of < description > defines attributes of objects managed Boolean xml < / description >

    < entries >

    < input id = "test1" name = "TEST1" > value to Test1. < / Entry >

    < input id = "test2" name = "TEST2" > value of Test2. < / Entry >

    < / input >

    < / enumeration >

    < / enumerations >

    < script objects >

    < script object 'MyObject' = java-class name = "com.test.MyObject" >

    < description > This is a test object < / description >

    <>attributes

    < attribute java-name = "attr1" return-type = "Chain" script-name = 'Attr1' show-in-api = "true" / >

    < attribute java-name = "attr1" return-type = "Chain" script-name = 'Attr1' show-in-api = "true" / >

    < / attribute >

    < / attribute >

    <>methods

    < java-method name = "testMtd" return-type = "Chain" script-name = "testMtd" show-in-api = "true" >
    < Parameters >
    < name of the parameter = "param1" type = "Any" / >
    < name of the parameter = "param2" type = "String" / >
    < = 'param3' type parameter name = "boolean" / >
    < / Parameter >
    < / method >

    < / methods >

    < / object >

    < / scripting objects >

    JavaScript: -.

    var myObj = new MyObject();

    myObj. < ctrl > + space doesn't popup any context menu, as it does for string objects or object system.

    myObj.testMtd ("abc", TestEnum. < ctrl > + space - Enums are also not pop values.)

    Any help will be greatly appreciated.

    Best regards

    Sumit Tyagi

    I see the use cases, and it would be wise to have seized semiautomatic for her, but as far as I KNOW is not possible right now.

    (I think it's comparable to the VcPlugin object. Useful methods Nice in there, but no AutoComplete)

  • When will be purged from the client of the View object properties.

    Hello!

    When will customer properties (settings-> general-> Custom properties VO) to purge the View object?

    Description of the custom properties is these properties are name / value framework for accessing execution.

    My case is: dynamically set some channels in the VO properties and use it.
    It works fine most of the time. But sometimes, these properties are missing. know when to leave intact page for a little while (about 20 minutes before the session expires).

    So my question is: what will miss these properties?

    I suppose it could be linked to the Application system of the State as your are hanging in AMS. And I'm might passivate. But in [this | http://docs.oracle.com/cd/E14571_01/web.1111/b31974/bcstatemgmt.htm] document shows any view to the level of custom data objects will be saved during passivation. So it is not the point.

    Can someone help?
    Thank you! :-)

    Hello

    Custom properties are not intended to be used as a data store, but to provide the setting for the items (a feature that is intended for highly reusable VO report). Sounds the informaton you set properties is lost during passivation of the view object.

    Frank

  • Best place to initialize the View object query where clause or params

    Where is the best place to initialize the View object 'where' clause before the page is initially rendered? Or how should it be done?
    Specifically, I can't set these values in the entity or view objects because I need information from the user or information Session
    the user has entered before you navigate to the page. I want to prepare the View object so that the results of the query appears something reasonable
    the first time before using chooses search.

    Note: The view object must exist and I need to access managed beans to define the query.

    Is there an event hook (java code) that can be called before the page is rendered?
    Also, there are hooks that can be called when the user navigates to another tab or page?

    Published by: Greateful Sep 6, 2012 19:48

    Hello

    Check out this blog: https://blogs.oracle.com/aramamoo/entry/an_epic_question_how_to

    Arun-

  • Houston-25036: an invalid object operation was drawn to the View object type.

    Hi all

    I use version jdev 11.1.2.2

    I have an application module impl in which I have a method to call a pl/sql that calls an external API.
      public String create(String productId, String component)
    {
        String createMessage=null;
        DBTransaction dbtransaction = (DBTransaction)getTransaction();
        StringBuffer str = new StringBuffer();
           str.append(" BEGIN ");
        str.append(" api.database@test ( ");
        str.append(" p_number                    => :1,   ");
        str.append(" p_product_id               => :2,   ");
        str.append(" p_component                => :3   ");
        str.append("    ); ");
        str.append(" END; ");
    
        CallableStatement callablestatement = dbtransaction.createCallableStatement(str.toString(), 1);
    
        try {
          callablestatement.registerOutParameter(1, Types.INTEGER);
          callablestatement.setInt(2, Integer.parseInt(productId));
          callablestatement.setString(3, component);
          callablestatement.executeUpdate();
          dbtransaction.commit();
          createMessage = callablestatement.getObject(1).toString();
          if (callablestatement != null) {
            callablestatement.close();
          }
          if (dbtransaction != null) {
            dbtransaction.closeTransaction();// closing connection
          }
    } catch (Exception e) {
          e.printStackTrace();
        }
    
        return createMessage;
    }
    I returns a value of this class of impl. I call this form of method a bean customer interface through. Then, I want to display another page passing the return as a variable binding value to another object to display grace to perform with the workflow setting.
      public void callCreate(ActionEvent actionEvent){
        BindingContext bctx = BindingContext.getCurrent();
        DCBindingContainer bindings = (DCBindingContainer)bctx.getCurrentBindingsEntry();
        DCDataControl dataControl = bindings.findDataControl("ReportAMDataControl");
        ReportAM ReportAM = (ReportAM)dataControl.getApplicationModule();
        createMessage =
            ReportAM.createBug(product, component);
          FacesContext context = FacesContext.getCurrentInstance();
          context.getApplication().getNavigationHandler().handleNavigation(context, null, "goExecute");//navigate to next page
    }
    Everything is going very well when I'm not closing the db connection in the impl.

    but when I close the db connection is showing the following error.

    Houston-25036: an invalid object operation was drawn to the View object type.
    <MethodExpressionActionListener> <processAction> Received 'oracle.jbo.InvalidObjAccessException' when invoking action listener '#{invokeImplMethodBean.callCreate}' for component 'cb1'
    <MethodExpressionActionListener> <processAction> oracle.jbo.InvalidObjAccessException: JBO-25036: An invalid object operation was invoked on type View Object with name RVO
         at oracle.jbo.server.QueryCollection.getPCollManager(QueryCollection.java:505)
         at oracle.jbo.server.QueryCollection.initPCollRows(QueryCollection.java:337)
         at oracle.jbo.server.QueryCollection.initQC(QueryCollection.java:367)
         at oracle.jbo.server.QueryCollection.<init>(QueryCollection.java:271)
         at oracle.jbo.server.ViewRowSetImpl.initQueryCollection(ViewRowSetImpl.java:876)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:1140)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMasters(ViewRowSetImpl.java:1413)
         at oracle.jbo.server.ViewRowSetImpl.executeQueryForMode(ViewRowSetImpl.java:1319)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:1304)
         at oracle.jbo.server.ViewObjectImpl.executeQuery(ViewObjectImpl.java:7211)
         at view.InvokeImplMethod.call(InvokeImplMethod.java:206)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.sun.el.parser.AstValue.invoke(Unknown Source)
         at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
         at com.sun.faces.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:105)
         at javax.faces.event.MethodExpressionActionListener.processAction(MethodExpressionActionListener.java:148)
         at javax.faces.event.ActionEvent.processListener(ActionEvent.java:88)
         at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcast(UIXComponentBase.java:824)
         at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:179)
         at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:159)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:130)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:112)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:130)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:461)
         at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:134)
         at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:106)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1134)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:358)
         at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
         at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    No idea why this is happening?

    Can someone help me with this problem? :(

    Thank you
    Vignesh

    like I said with ADF BC, we never explicitly close the DB connection (framework takes care for this).

  • Dynamic action on the DOM object does not

    Through dynamic action, I will execute PL/SQL Code that creates a point using additional APEX_ITEM. CHECKBOX (see the code on the bottom). Through another dynamic action, I am trying to run additional Java. I put it in the fire like this:

    Event: click on
    Type: DOM object
    The DOM object: return [0] .f11 (this corresponds to the value of fxx APEX_ITEM.checkbox)

    Just try an alert ("hi") simple. does not work. Am I missing something?


    DECLARE
    l_hold_table_name varchar2 (1000): =: P1223_HOLD_TABLE_NAME;
    l_hold_html varchar2 (32000): = ";
    l_hold_session_state varchar2 (32000): = ";

    CURSOR get_columns IS
    Select b.column_heading, b.column_name
    of the double

    BEGIN

    l_hold_html: = ' < DIV > < TABLE border = "2" > < THEAD > < TR > < TH > ' | l_hold_table_name |
    ' < /TH > < /TR > < / THEAD > ';

    FOR x in get_columns LOOP
    l_hold_html: = l_hold_html | "< TR > < TD >. APEX_ITEM. CheckBox(20,x.column_name,null) | x.column_heading | "< Table > < /TR >";
    END LOOP;


    l_hold_html: = l_hold_html | ' < / TABLE > < DIV > ';

    : P1223_HOLD_INNERHTML: = l_hold_html;

    END;

    Hello

    I did the work... you need to do is you second dynamic action (onclick with query selector) in the Advanced section of the value range of the Live event

    Here http://apex.oracle.com/pls/apex/f?p=60428:4 example is functional

    Kind regards
    Aljaz

    Published by: Aljaz on 8.3.2012 15:44

  • To access the display object on the stage of another class

    I Googled that nothing helps, I only found how to manipulate the scene itself and not a display on that object and I'm noob enough to not be able to figure it out from there. :/

    I have a clip on the main timeline with the instance name displayName. I created a button that should change this framework displayName will to (in order to... makes you guess? display the name of the button.) Awesome. )

    So, I'm trying to write the code in a reusable manner and have everything related to a class called GeoPuzzle buttons. Inside the GeoPuzzle I instantiate a touch event and run code. However, the function should be able to change displayName in the main part of the timeline and, of course, the compiler says displayName does not exist because I'm in a class and I don't mean the scene.

    Here's the code simplified in the class:

    package com.freerangeeggheads.puzzleography {}
    import flash.display.MovieClip;
    import flash.events.TouchEvent;

    SerializableAttribute public class extends MovieClip {} GeoPuzzle
    declaring variables

    public void setInitial (abbrev:String, fullName:String, isLocked:Boolean): void {}
    Set the parameters
    this.addEventListener (TouchEvent.TOUCH_BEGIN, geoTouchBeginHandler);
    }

    public void GeoPuzzle (): void {}
    }

    public void geoTouchBeginHandler (e:TouchEvent): void {}
    e.target.addEventListener (TouchEvent.TOUCH_END, geoTouchEndHandler);
    other methods
    nameDisplay.gotoAndStop (e.target.abbrev);
    }

    public void geoTouchEndHandler (e:TouchEvent): void {}
    other methods
    nameDisplay.gotoAndStop ("USA");
    }
    }
    }

    The lines in bold are my problem. Now this code does not actually as it is the case if you find an error in it, Yes, I have no idea what the problem is, but he DID run forward and these lines always gave me wrong so I'll try to help out on multiple fronts.

    How can I say displayName to change its current image within the display object class?

    Thank you!

    any display list object can refer to any display list object, but this is not necessarily good OOP.

    in any case, for your class reference displayName:

    . DisplayName MovieClip (this.parent)

Maybe you are looking for