Msg of error in the workflow after patched to 11.1.2.1.600

Hello!

We recently patched to 11.1.2.1.600 for our planning solution and we get an error msg in the workflow.

If the "hierarchy of planning unit" is configured as 'Free form', we get an error message if users open "Manage trusts", select "Details" of a planning unit and then '' change of status. '' The message error is "is there no valid action that can be performed on the selected planning units. If the "hierarchy of planning unit' is defined as 'Bottom up', it works fine.

Everyone know this behavior in the 11.1.2.1.600 - patch? Is there a solution?

An SR is also raised to Oracle, so I hope we get a response from them soon.

Grateful for answers!

ARO
Martin

Its a known behavior dans.600. Change the PHU 'Free form' type to 'Bottom-up '.

See you soon... !!
Rahul S.

Published by: Renu on November 27, 2012 15:56

Tags: Business Intelligence

Similar Questions

  • Access error in the workflow area TabContext

    I'm working on an ADF application that acts essentially as an IDE.  There is a page main jspx with a tree in a left navigation pane, then publishers (fragments) are displayed in tabs in the central content pane.

    One of my pages is a dashboard and it contains several areas of Panel who have things like "Recently opened", "Recently published", etc.  Each box is it is a clean area with it's own Fragment.  They usually contain a list of the command.  I use the feature "Recently opened" illustrate the problem I have.

    When I opened a new editor, I add it to a list in the grain of support.  The fragment in the region recently opened uses a tag af:forEach to iterate over this list and show the links of the command.  When you click on it, the link to order access this tab (if it is open), or open a new tab with this editor (be it was closed because it was added to the list).  The problem is when I try to access the TabContext, I see two scenarios.

    In scenario 1, show the links of the command, but I get a Null pointer by accessing the context tab.  After seeing this in the past, in scenario 2 I added a parameter to the workflow for tabContext and got a new error.

    Error of scenario 2: < MISSING_REQUIRED_PARAMETER > < /WEB-INF/flows/recentlyOpenedFlow.xml#recentlyOpenedFlow > tabContext

    Example code below:

    faces-config. XML

    < managed-bean >

    main_dashboard < managed-bean-name > < / managed-bean-name >

    < managed-bean-class >... MainDashboard < / managed-bean-class >

    session of < managed-bean-scope > < / managed-bean-scope >

    < / managed-bean >

    < managed-bean >

    recently_opened < managed-bean-name > < / managed-bean-name >

    < managed-bean-class >... RecentlyOpened < / managed-bean-class >

    session of < managed-bean-scope > < / managed-bean-scope >

    < / managed-bean >

    < managed-bean >

    tabmanagement < managed-bean-name > < / managed-bean-name >

    < managed-bean-class >... TabManagement < / managed-bean-class >

    session of < managed-bean-scope > < / managed-bean-scope >

    < / managed-bean >

    main_dashboard. JSFF

    < af:panelDashboard id = columns = "#{main_dashboard.columnCount"mainDash"}" rowHeight = styleClass "250px" = "AFStretchWidth" inlineStyle = "height: 1000px;" "

    dropListener = "#{main_dashboard.handleReorder}" binding = "#{main_dashboard.panelDashboard}" > "

    < af:forEach items = "#{main_dashboard.dashboardItems}" var = "panels" > "

    < af:panelBox text = "#{panels.localizedTitle}" >

    < af:region value = "#{panels.regionTaskFlow}" / >

    < af:componentDragSource / >

    < / af:panelBox >

    < / af:forEach >

    < / af:panelDashboard >

    main_dashboardPageDef.XML

    " < pageDefinition xmlns =" http://xmlns.Oracle.com/ADFM/uimodel "version ="11.1.2.64.36"id ="main_dashboardPageDef" "

    Package = "fragments" >

    < Settings / >

    <>executables

    < variableIterator id = "variables" / >

    < taskFlow id = "recentlyOpenedFlow1" taskFlowId = "/ WEB-INF/flow/recentlyOpenedFlow.xml #recentlyOpenedFlow"

    " activation ="deferred"xmlns =" http://xmlns.Oracle.com/ADF/controller/binding "/ > "

    "< taskFlow id ="recentlyEditedFlow1"taskFlowId="/WEB-INF/flows/recentlyEditedFlow.xml#recentlyEditedFlow ".

    " activation ="deferred"xmlns =" http://xmlns.Oracle.com/ADF/controller/binding "/ > "

    < / executables >

    < bindings / >

    < / pageDefinition >

    recentlyOpenedFlow.xml

    " < adfc-config xmlns =" http://xmlns.Oracle.com/ADF/controller "version ="1.2"> "

    < - flow - the definition of task id = "recentlyOpenedFlow" >

    activity < default > recently_opened < / default activity >

    <! - this parameter does not exist in scenario 1, but the causes of the LACK of REQUIRED PARAMETER error in scenario 2 - >

    < Input-definition-parameter id = "__8" >

    < name > tabContext < / name >

    < value > #{pageFlowScope.tabContext} < / value >

    oracle.ui.pattern.dynamicShell.TabContext < class > < / class >

    < required / >

    < / Input-parameter-definition >

    < managed-bean id = "__1" >

    tabManagement < managed-bean-name > < / managed-bean-name >

    < managed-bean-class >... TabManagement < / managed-bean-class >

    pageFlow < managed-bean-scope > < / managed-bean-scope >

    < / managed-bean >

    < id view = "recently_opened" >

    < page > /portlets/recently_opened.jsff< / print this page >

    < / view >

    < use-page-fragments / >

    < visibility / >

    < / task-flow-definition >

    < / adfc-config >

    recently_opened. JSFF

    " < = xmlns:jsp jsp:root ' http://Java.Sun.com/JSP/page "version ="2.1"xmlns:af =" " http://xmlns.Oracle.com/ADF/faces/rich "" "

              xmlns:f=" http://Java.Sun.com/JSF/core ">

    < af:panelStretchLayout id = "PSL1" styleClass = "AFStretchWidth" >

    < f: facet name = "center" >

    < af:panelGroupLayout layout = "scroll" id = "pgl4" >

    < af:forEach var = "item" items = "#{recently_opened.openedCommandLinks}" >

    < af:commandLink text = "#{item.text}" partialSubmit = 'true' "

    actionListener = "#{recently_opened.editorFiredFromDashboard}" / >

    < / af:forEach >

    < / af:panelGroupLayout >

    < / f: facet >

    < / af:panelStretchLayout >

    < / jsp:root >

    RecentlyOpened.java

    {} public void editorFiredFromDashboard (ActionEvent event)

    Link RichCommandLink = event.getComponent ((RichCommandLink));

    TabManagement tabMgmt = (TabManagement) SessionHelperUtl.getSessionBean ('tabmanagement');

    RichTree mainTree = (RichTree) SessionHelperUtl.getSessionBean ("maintree");

    String linkId = link.getText ();

    Map < String, Object > params = new HashMap < String, Object > ();

    params.put ('closing', true);

    params.put ("recentlyOpenedItems", getRecentlyOpenedItems());

    tabMgmt.launchEditor (params, (TreeItem) getRecentlyOpenedItems () .get (linkId), mainTree);

    }

    TabManagement.java (_launchActivity is called by launchEditor)

    ' private void _launchActivity (String title, String taskflowId, boolean newTab, map < String, Object > params) {}

    try {}

    tabContext = TabContext.getCurrentInstance ();

    The tabs list < Tab > = tabContext.getTabs (); / / Null pointer in scenario 1 goes here

    Hi Scott,.

    Looks like you're missing to set the task input stream parameter tabContext to the recentlyOpenedFlow on the page of main_dashboard binding.

    When you open the main_dashboard page, click the links tab, click the recentlyOpenedFlow in the executables section, you will see the input parameters are listed.

    You can set the value with the tabContext of calling traffic there. However I'm no expert on the boss of Shell of the user interface, so I don't know if the tabContext is serializable parameters need to be as far as I know.

    Otherwise, the record output will let you know...

    Achim

  • Errors during the 7373033 ORS Patch application

    Hello

    I have the following errors in the application of this fix. As part of the patch post, I need to apply the patch 9281404 HRMS.
    They are negligible? Can I continue?
    Please check.

    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.2/forms/java/frmall.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.2/jlib/ewt3.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.2/jlib/ewt3-nls.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/lib/xmlparserv2.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/oafm/applications/mapviewer/web/WEB-INF/lib/mvclient.jar: no option
    your META-INF/JRIMETA entry. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/mail.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/activation.jar: no entry metadata META-INF/JRIMETA. Crazy DAT
    ND

    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/lib/xmlparserv2.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/lib/xml.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/jssl-1_1.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/javax-ssl-1_1.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/rdbms/jlib/aqapi.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/jms.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/jta.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/lib/xsu12.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/http_client.jar: no entry metadata META-INF/JRIMETA. DAT fo
    und
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/soap.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/servlet.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/javacache/lib/cache.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/jaxrpc-api.jar: no entry metadata META-INF/JRIMETA. DAT f
    round
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/wsclient.jar: no entry metadata META-INF/JRIMETA. Crazy DAT
    ND
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/orasaaj.jar: no entry metadata META-INF/JRIMETA. DAT raise
    d
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/saaj-api.jar: no entry metadata META-INF/JRIMETA. Crazy DAT
    ND
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/xsdlib.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/orawsdl.jar: no entry metadata META-INF/JRIMETA. DAT raise
    d
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/wssecurity.jar: no entry metadata META-INF/JRIMETA. DAT f
    round
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/orawsrm.jar: no entry metadata META-INF/JRIMETA. DAT raise
    d
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/jazncore.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/diagnostics/lib/ojdl2.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/osdt_wss.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/osdt_xmlsec.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/osdt_core.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/jaxen.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/osdt_saml.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/oc4j-internal.jar: no entry metadata META-INF/JRIMETA. DAT
    found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/relaxngDatatype.jar: no entry metadata META-INF/JRIMETA.
    DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/wsif.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/commons-logging.jar: no entry metadata META-INF/JRIMETA.
    DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/diagnostics/lib/ojdl.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/mail.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/activation.jar: no entry metadata META-INF/JRIMETA. Crazy DAT
    ND
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/rdbms/jlib/xdb.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/connector.jar: no entry metadata META-INF/JRIMETA. DAT raise
    d
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/lib/dms.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/lib/xmlparserv2.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/lib/xml.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/jssl-1_1.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/javax-ssl-1_1.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/rdbms/jlib/aqapi.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/jms.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/jta.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/lib/xsu12.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/http_client.jar: no entry metadata META-INF/JRIMETA. DAT fo
    und
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/soap.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/servlet.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/javacache/lib/cache.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/jaxrpc-api.jar: no entry metadata META-INF/JRIMETA. DAT f
    round
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/wsclient.jar: no entry metadata META-INF/JRIMETA. Crazy DAT
    ND
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/orasaaj.jar: no entry metadata META-INF/JRIMETA. DAT raise
    d
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/saaj-api.jar: no entry metadata META-INF/JRIMETA. Crazy DAT
    ND
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/xsdlib.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/orawsdl.jar: no entry metadata META-INF/JRIMETA. DAT raise
    d
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/wssecurity.jar: no entry metadata META-INF/JRIMETA. DAT f
    round
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/orawsrm.jar: no entry metadata META-INF/JRIMETA. DAT raise
    d
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/jazncore.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/diagnostics/lib/ojdl2.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/osdt_wss.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/osdt_xmlsec.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/osdt_core.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/jaxen.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/jlib/osdt_saml.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/oc4j-internal.jar: no entry metadata META-INF/JRIMETA. DAT
    found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/relaxngDatatype.jar: no entry metadata META-INF/JRIMETA.
    DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/wsif.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/webservices/lib/commons-logging.jar: no entry metadata META-INF/JRIMETA.
    DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/diagnostics/lib/ojdl.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/mail.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/activation.jar: no entry metadata META-INF/JRIMETA. Crazy DAT
    ND
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/rdbms/jlib/xdb.jar: no entry metadata META-INF/JRIMETA. DAT found
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/j2ee/home/lib/connector.jar: no entry metadata META-INF/JRIMETA. DAT raise
    d
    Cause: Error trying to read the metadata of the file /oracle/VIS/apps/tech_st/10.1.3/lib/dms.jar: no entry metadata META-INF/JRIMETA. DAT found


    Thank you
    Kouadio

    Hello

    If the patch has been successfully applied and mentioned in ad_bugs so you can ignore these warnings and continue to apply the patch listed above u.

    Get warning when starting adadmin messages - generate files JAR [312594.1 ID]

    Concerning

  • EXPORT the bug after patch installed

    Hi, I have a big problem. In SQL Developer 1.5.4 without patch I correctly exported query results in different formats. But today I installed the patch. Export does not work, it shows the error ORA-00936 - missing expression. I tried uninstall patch (delete these files - "the patch is composed of two parts, the sqldeveloper.1.5.4.jar file will be installed in the \sqldeveloper\ide\lib\patches folder and the oracle.sqldeveloper.patch.jar file in the \sqldeveloper\sqldeveloper\extensions folder. ("To remove the patch, remove these two files and restart SQL Developer") but still, the export does not.
    Could someone help me?

    This has nothing to do with the patch. The initial query fails at the point 1.5.4 without the patch. It's a regression in 1.5.1, but no associated patch.

    Sue

  • Error in the proxy after installation of 8u25 or 7u71

    Update java 7r67 to 8r25 and noticed that java is ignoring all my proxy settings. 7r67 works fine, 8r25 does not work. I can 8r25 to uninstall and reinstall 7r67 and things start working again. It is the error in the java console (just plug the Java 'check' on java.com):

    network: Connecting https://www.java.com/applet/JavaRemovalTool/launch.jnlp with proxy=DIRECT
    network: Cache entry not found [url: file:/C:/Program%20Files%20(x86)/Java/jre1.8.0_25/lib/ext/sunec.jar, version: null]
    network: Cache entry not found [url: file:/C:/Program%20Files%20(x86)/Java/jre1.8.0_25/lib/ext/sunjce_provider.jar, version: null]
    network: Connecting http://www.java.com:443/ with proxy=DIRECT
    

    as you can see, proxy = DIRECT is bad. I.e. use 'auto' that we have a PAC file available. Yet once, it hasn't for as long as I remember with java.  There is no < Windows directory > \Sun\Java\Deployment\deployment.config dominant and the deployment.properties breast contains only security settings = TOP (same as 7r67). Users deployment.config is as follows:

    #deployment.properties
    #Tue Oct 21 11:57:40 BST 2014
    deployment.security.revocation.check=NO_CHECK
    deployment.trace=true
    install.disable.sponsor.offers=false
    deployment.version=8
    deployment.browser.path=C\:\\Program Files\\Internet Explorer\\iexplore.exe
    deployment.modified.timestamp=1413889060883
    deployment.security.TLSv1.2=false
    deployment.log=true
    deployment.console.startup.mode=SHOW
    deployment.security.TLSv1.1=false
    #Java Deployment jre's
    #Tue Oct 21 11:57:40 BST 2014
    deployment.javaws.jre.0.product=1.8.0_25
    deployment.javaws.jre.0.registered=true
    deployment.javaws.jre.0.osname=Windows
    deployment.javaws.jre.0.platform=1.8
    deployment.javaws.jre.0.path=C\:\\Program Files (x86)\\Java\\jre1.8.0_25\\bin\\javaw.exe
    deployment.javaws.jre.0.location=http\://java.sun.com/products/autodl/j2se
    deployment.javaws.jre.0.enabled=true
    deployment.javaws.jre.0.osarch=x86
    

    This reflects the work deployment.config for 7r67 - same proxy settings (i.e. no sort is by default 'browser settings').

    #deployment.properties
    #Tue Oct 21 12:15:47 BST 2014
    deployment.expiration.decision.timestamp.10.67.2=1413889571
    deployment.security.revocation.check=NO_CHECK
    deployment.trace=true
    install.disable.sponsor.offers=false
    deployment.javaws.splash.index=C\:\\Users\\administrator\\AppData\\LocalLow\\Sun\\Java\\Deployment\\cache\\6.0\\splash\\splash.xml
    deployment.version=7.21
    deployment.expiration.decision.suppression.10.67.2=false
    deployment.javaws.appicon.index=C\:\\Users\\administrator\\AppData\\LocalLow\\Sun\\Java\\Deployment\\cache\\6.0\\appIcon\\appIcon.xml
    deployment.browser.path=C\:\\Program Files (x86)\\Internet Explorer\\iexplore.exe
    deployment.modified.timestamp=1413890147995
    deployment.expiration.decision.10.67.2=later
    deployment.log=true
    deployment.console.startup.mode=SHOW
    #Java Deployment jre's
    #Tue Oct 21 12:15:47 BST 2014
    deployment.javaws.jre.0.registered=true
    deployment.javaws.jre.0.platform=1.7
    deployment.javaws.jre.0.osname=Windows
    deployment.javaws.jre.0.path=C\:\\Program Files (x86)\\Java\\jre7\\bin\\javaw.exe
    deployment.javaws.jre.0.product=1.7.0_67
    deployment.javaws.jre.0.osarch=x86
    deployment.javaws.jre.0.location=http\://java.sun.com/products/autodl/j2se
    deployment.javaws.jre.0.enabled=true
    deployment.javaws.jre.0.args=
    

    the java console resulting 7r67 indicates that the proxy is being caught successfully:

    network: Connecting https://www.java.com/applet/JavaRemovalTool/launch.jnlp with proxy=HTTP @ /10.1.1.236:8180
    

    and also our proxy 10.1.1.236:8180

    The same phenomenon occurs (direct = proxy) in 7u71 and 7u72.  I even tried to regress to 7u60 which worked well (proxy=http@/10.1.1.236:8180), I'm at a complete loss as to why it refuses to accept the proxy settings in 8r25 as much as I can remove reinstall 7r67/60 without problem. Still confused, ive tried to manually configure the proxy in java Panel configuration, but without result - even proxy direct = in the console. The change in the Panel are recorded in the deployment.properties file so I check the settings. So I can change the deployment.properties to turn the console still java is reading this file - just ignore the proxy settings

    Any ideas?

    It is rather disappointing that there is no information of oracle at all.

    For the at the same time, we have built a solution without dnsresolve. Perhaps some may use parts of it as well.

    Old Script:

    function FindProxyForURL (url, host) {}

    If the ip address of the destination address is internal, using a direct connection
    var resolved_ip = dnsResolve (host);

    If (isInNet (resolved_ip, "10.0.0.0","255.0.0.0" ") |)
    isInNet (resolved_ip, "172.16.0.0","255.255.0.0" ") |
    isInNet (resolved_ip, "172.17.0.0", "255.255.0.0").
    isInNet (resolved_ip, "172.18.0.0", "255.255.0.0").
    isInNet (resolved_ip, "192.168.0.0", "255.255.0.0").
    isInNet (resolved_ip, "127.0.0.1", "255.255.255.255"))
    {
    return "DIRECT";
    }
    If the customer use this pad file, the client is connected to the internal network, one must use a proxy server
    return "PROXY :; DIRECT. "
    }

    New Script:

    function FindProxyForURL (url, host) {}

    Host of plain area, internal domain or ip address
    If (isPlainHostName (host) |)
    dnsDomainIs(host,".internal.domain.com") |
    URL. Substring (0, 4) == "" ftp: "|"
    //http://....
    URL. Substring (7, 9) == '10.' |
    URL. Substring (7, 11) == "172.1 |
    URL. Substring (7, 13) == "192.168." |
    //https://....
    URL. Substring (8, 10) == '10.' |
    URL. Substring (8, 12) == "172.1 |
    URL. Substring (8: 14) == "192.168." |
    shExpMatch (url,"https://www.. com:8443 /" "))
    {
    return "DIRECT";
    }
    If the customer use this pad file, the client is connected to the internal network, one must use a proxy server
    return "PROXY :; DIRECT. "
    }

    It is not perfect. 172.1... includes all private class B IP addresses, but just until Oracle has a solution for our environment.

  • Errors in the application latest patch MLR10

    Hi gurus,

    Everything by applying the last path MLR10 (8404955) the underside of the errors have been observed.


    [TCP20SeedTask] the task: from...

    creating a TCP seed...

    Port

    [TCP20SeedTask] task failed: error -: AIP-16012: parameter: transport Pr
    Protocol is unique for the object parameter of the Transport Protocol: error -: AIP-11052:
    Write following objects: Transport Protocol setting failed due to the following
    constraint violation: TRANSPORTPROTOCOLPARAMETER_UK. SATISFAC UNIQUE CONSTRAINT
    N: java.sql.SQLException: ORA-20003: TransportProtocolParameter_UK. Unique const
    violation of Ravel

    ORA-06512: at the 'B2B '. TRG_PARAMETER_INS', line 104

    ORA-01403: no data found

    ORA-04088: error during execution of trigger ' B2B. ' TRG_PARAMETER_INS

    to oracle.tip.repos.core.persistency.BaseObject.createObject (BaseObject.
    Java: 988)

    to oracle.tip.model.b2b.protocol.TransportProtocolParameter.create (Trans
    portProtocolParameter.java:200)

    to oracle.tip.seed.GenericTCPSeedTask.createTransportProtocolParameter (G
    enericTCPSeedTask.java:247)

    at oracle.tip.seed.GenericTCPSeedTask.addParameter (GenericTCPSeedTask.ja
    will: 162)

    at oracle.tip.seed.GenericTCPSeedTask.createTCPParameterSeed (GenericTCPS
    eedTask.java:112)

    at oracle.tip.seed.GenericTCPSeedTask.createTCPSeed (GenericTCPSeedTask.j
    AVA: 94).

    at oracle.tip.seed.GenericTCPSeedTask.doWork(GenericTCPSeedTask.java:66)


    at oracle.tip.seed.SeedDriver.processTasks(SeedDriver.java:222)

    at oracle.tip.seed.SeedDriver.go(SeedDriver.java:283)

    at oracle.tip.seed.GenericTCPSeedDriver.main (GenericTCPSeedDriver.java:6
    1)

    Caused by: error -: AIP-11052: write following objects: P Transport Protocol
    arameter failed due to the following constraint violation: TRANSPORTPROTOCOLPARAMET
    ER_UK. UNIQUE CONSTRAINT VIOLATION: java.sql.SQLException: ORA-20003: TransportP
    rotocolParameter_UK. Unique constraint violation

    ORA-06512: at the 'B2B '. TRG_PARAMETER_INS', line 104

    ORA-01403: no data found

    ORA-04088: error during execution of trigger ' B2B. ' TRG_PARAMETER_INS

    to (Catal oracle.tip.repos.core.driver.CatalogWriteDriver.writeObjectList
    ogWriteDriver.java:825)

    at oracle.tip.repos.core.driver.CatalogDriver.writeObjectList (CatalogDri
    worm. Java:1419)

    to oracle.tip.repos.core.driver.CatalogTransaction.flush (Transact
    ion. Java:477)

    to oracle.tip.repos.core.persistency.BaseObject.createObject (BaseObject.
    Java: 955)

    ... 9 more

    Caused by: java.sql.SQLException: ORA-20003: TransportProtocolParameter_UK. Uniq
    EU constraint violation

    ORA-06512: at the 'B2B '. TRG_PARAMETER_INS', line 104

    ORA-01403: no data found

    ORA-04088: error during execution of trigger ' B2B. ' TRG_PARAMETER_INS



    at oracle.jdbc.driver.DatabaseError.throwSqlException (DatabaseError.java
    (: 124)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:315)

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:281)

    at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:638)

    at oracle.jdbc.driver.T4CPreparedStatement.doOall8 (T4CPreparedStatement.
    Java: 184)

    at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows (T4CPreparedS
    tatement. Java:632)

    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout (OracleStateme
    NT. Java:1085)

    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal (OraclePrep
    aredStatement.java:2983)

    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate (OraclePrepar
    edStatement.java:3056)

    to (Catal oracle.tip.repos.core.driver.CatalogWriteDriver.writeObjectList
    ogWriteDriver.java:756)

    ... 12 more

    -Pilot [TCP seed 2.0]: TASK of TREATMENT END: FAILURE-*.

    * == > Restoration of work...

    * == > Successful restoration!

    Exit code = 2

    Update of the seed parameter: PrivateKeyPassPhrase;

    Successfully updated seed setting


    OPatch succeeded.
    OPatch returns with error code = 0


    We should ignore this error as it is said that opatch succeeded.

    The opatch lsinventory command output is also as expected and it displays
    OPatch succeeded.
    OPatch returns with error code = 0

    Kindly let me know if she faces an error in the application of the fix or can we ignore it?

    Thanks in advance.

    Kind regards
    CEMA

    You can ignore the TCP error seeding.

  • Error to the store after upgrade

    I've just updated Itunes to version 12.5.1.21 on a Windows 7 Machine Pro 64-bit

    When I try to access the store, I get the crash of the application with this error.

    Nome dell' application che ha generato error: iTunes.exe, version: 12.5.1.21, time stamp: 0x57d32fa7

    Nome del modulo che ha generato error: WebKit.dll, version: 7602.1050.4.5, time stamp: 0x57c12000

    Exception code: 0xc0000005

    Compensate for the error 0x0000000000645e36

    ID processo che ha generato error: 0xbd4

    Ora di d dell' application che ha generato error: 0x01d20e9ec9d1baef

    Percorso dell' application che ha generato error: C:\Program Files\iTunes\iTunes.exe

    Percorso del modulo che ha generato error: C:\Program Files\Common Files\Apple\Apple Application Support\WebKit.dll

    Segnalazione ID: 1594e02a-7a92-11e6-b03d-480fcf28e784

    I already tried to perform a clean install after a complete uninstall (all components in the order recommended by Apple).

    Any idea?

    Thanx

    Hi BR1_80,

    Thank you for using communities of Apple Support. From what you said, it seems that iTunes crashes unexpectedly when accessing the iTunes Store on your Windows computer. Looks like you already have a troubleshooting. I recommend you to read this article, it may be able to help solve the problem.

    Fix unexpectedly closes or problems of launch in iTunes for Windows - Apple Support

    See you soon

  • a610n - fan error of the system after replacing the motherboard

    Hi all

    I just replaced the motherboard on my system (phone http://h30434.www3.hp.com/t5/Desktop-Hardware/M2N68-LA-Narra-2-Replacement/td-p/3711774) and now I get this error when starting: Fan failure system, PC service to avoid any damage. I thought it was the CPU fan but he was running and after some research, I realized that he could talk a case fan.

    As a side note, the motherboard, I had was a little different and missing 2 connections that seem to be the front mic/headphone and USB ports.

    Now, the case's fan then what really is the problem? Any ideas anyone?

    Thank you

    -Panos

    The rev3.02 of M2N68 - THE Committee a case fan rear 3 poles. See here.

    The CPU fan is a 4 pin cable and attaches to the appropriate header to 4 pins on the motherboard. See the representative schema above.

    As for you, another question, the front USB port attaches to a USB connector on the card.

  • OBIEE 11 g parse error: error 500 - internal error from the server (after upgrade to 11.1.1.9)

    Hi, I have a problem after the update successfully from 11.1.1.7 to 11.1.1.9. All the upgrade steps are successfully completed. But the analysis is down with the error below. Presentation server seems to be down and will not start. Sometimes it starts and still the same error. Any help would be appreciated.

    Parse error:

    Error 500 - Internal server error

    bifoundation_domain.log / bi_server1 - diagnostics.log

    < 3a6e0f40214b390d:-386ebfa2:14e69d6303c: - 8000-0000000000000023 > < 1436294858264 > < OBI-SEC-00101 > < failed validation of the system – the system user profile user is not found in the identity store.

    oracle.bi.security.service.UserProfileNotFoundException

    at oracle.bi.security.service.URIdentityStoreProvider.getUserProfileHolder(URIdentityStoreProvider.java:378)

    at oracle.bi.security.service.SystemUserValidator.validateSystemUserProfile(SystemUserValidator.java:224)

    in oracle.bi.security.service.SystemUserValidator.access$ 100 (SystemUserValidator.java:32)

    to oracle.bi.security.service.SystemUserValidator$ 1.run(SystemUserValidator.java:116)

    to oracle.bi.security.service.SystemUserValidator$ 1.run(SystemUserValidator.java:110)

    Thank you

    RC

    The problem has been resolved by removing the Active Directory (MSAD) of the list of suppliers and creating a new bisystemuser in the defaultauthenticator.

  • Error in the companion after the installation repository

    Hello, I installed Oracle 11 GR 2 Enterprise Edition on Windows XP 32-bit of the system.

    I configured the listener and created the database with the database Setup Wizard.

    Now I run the wizard of repository and with the entry of the DBA username and password, I get this error: INS0009: unable to connect to the database with the user's system. java.sql.SQLException:The network adapter could not establish the connection.

    Can you please help me solve this problem?

    If you need to know any detail just ask me.

    The global database name: orcl.lan

    SID: orcl

    Fost: LOCALHOST

    Port: 1521

    Hello

    Make sure that the receiver created with assigned port 1521 is saved with this port, first. then using NETMGR check association of database in the listener settings. After that, stop and restart the receiver and restart the console EM via the command prompt. It works otherewise well recreate the EM repository with this command.

    EMCA - config dbcontrol db-rest recreate

    Bir

  • UID errors with the new update - patch of potential symptoms

    Hello

    Short version - if you did anything to any element within your site from Muse SINCE the upgrade, look here for your solution of problem first. That's where I found mine.

    The long version - first of all, I must say that I am not a doctor so I can't cure what ails you. I can say that I have recently suffered some of the same problems described recently in this forum. In fact, for about a week or two. This is my error: "Adobe Muse CC has encountered an error and will now close. Please report bla bla.

    "With several owners of the UID: SVGPageItem owned by layer and ImageFrame.

    So I checked here and tried some suggestions on the forum visitors and moderators. My site weighs a little over 100 MB so I was not send in to Adobe for them to noodle around in. Call me paranoid.

    What I've done this as the requested message. Report of the last little action. For this I had to reconsider my actions. A new version of the site on February 19, and everything worked well, I had posted by FTP. A couple of days old, a customer sent a text to my site was "funny". Seems that some browsers could not find active made and so there were spaces empty and red x where the images should be. Not on all pages and not all images on a page, just a random sprinkling of the lack of content. So, today was the first time that I could close the door and really look at it. Wow. On first opening, I got 95 missing assets. I tried to recreate a link to an article and excluding Muse would go try to solve each broken link active. Muse never completed this task once in several trials. 1/3 has been progress before max than the above error message could interrupt growth. Then, I went through my files and pulled out all of the SVG content and isolated in a new folder, same directory. Nope. For some reason, I got two JPEG files in question before the message above would end new progress. Muse would not set just one active and stop, hell no. He feels the need to save me time, and so he tries to update ALL the missing links of the asset. Stop already nicaise? Another bonus to this was that muse not would you save other changes to your site once this issue of missing property has begun. I couldn't save it as. Now, I'm really stuck.

    I go into the files and look at the assets through my BONES and see nothing unusual.

    I try to open again the Muse and access the screen on missing assets and ignore it by going to file - open Site - name of file - open. I am able to see the page sitemap for my site. I go to the active panel and am able to recreate a link to my jpeg and png in all files except the main images folder. Muse crashes again. I open it again. Open a page (random selection) and go to the layers panel, select an asset I know is on the list to re-release select it. Success. After spending and manually reissue of active links individually, I could save my site without change of name.

    I closed and reopened and everything works as it should. I'll get some lunch now and trying to all download after lunch.

    If all goes well this will be the only post.

    No news is good news.

    I got a different error message towards the end but that was eliminated in the reissue of individual links of the assets.

    This is an image file with messages.

    SETTINGS2DELETE_Muse_relink_errors.jpg

    An update was released today, please install the latest update.

    Adobe help Muse | Release notes | Adobe Muse CC

    Thank you

    Sanjit

  • CD-ROM error at the start after replacing the DVD drive - Qosmio F20-574

    OK, so I have a Toshiba Qosmio F20/574 and I am trying to replace the factory DVD player (TEAC DV-W28E) with a Liteon DS-8A1P (f/w CX12). With or without a DVD Im reader get a CD-ROM error at startup. The only time where what I don't get, is when I start with the factory DVD player.

    Here are the things I've tried...
    -Cleared CMOS memory
    -Remove the bezel to ensure his grip at bottom
    -l' utility EEPROM set the drive to slave.
    -tested the portable player in another
    -uninstalled the factory dvd player via the Device Manager and tried to boot with the new dvd drive

    Here are the things that I found bizarre...
    -in the BIOS (BIOS 1.30 ACP) under IO device, it shows the hard drive and cd, but it is not listed by name, his watch only the IRQ of the primary and secondary IDE controller (integrated drive HARD IDE primary (1F0H/IRQ14), CD-ROM (170 H/IRQ15) secondary IDE). This does not change, even if I start without a DVD player.
    -There is no update available for this laptop BIOS. It is a Toshiba of the Japan and the Ive tried using Qosmio F20 BIOS 1.40 to another region, but this does not work.
    -I can't find a firmware for the Liteon DS-8A1P (CX17) update

    I can't think of anything to try. I really need help! Any ideas?

    I'm afraid that you are using the optical disc drive not compatible and there is nothing you can do. Check it please s user guides document for your model of laptop and you will find a list of all compatible ratings.

  • Error on the server after restoring the backup: "could not allocate space for object database because the 'primary' filegroup is full.

    Original title: Hi Experts,

    Hi Experts,

    Pls help me...
    When I tried to restore the backup of one of my site in my server, I got error like "cannot allocate space for object database because the 'primary' filegroup is full"... Microsoft SQL-DMO(ODBC SQL State:42000))

    Hello

    The question you have posted is related to professional level support. Please visit the link below to find a community that will support what ask you:

    http://social.technet.Microsoft.com/forums/en-us/category/SQLServer/

  • Date / time error on the SPA3102 after upgrade to the SW version: 5.1.7 (GW)

    After the upgrade of the software of the date and time of my SPA is taped:

    Current time: 01/01/2003 12:10:11

    and therefore can not save. I tried to change to multiple NTP IE: time.nist.gov or ntp.sipgate.net but nothing gives.

    Anu suggestions how to solve this problem?

    Make sure that the machine is on the internet or that he makes the DNS server addresses.

    You can also try to point to an IP address of the local computer to use his time.

  • Photosmart 7520: msg of error on the cartridges

    Hi... need help with an error message on the ink cartridges.  I read through the forum and other people are having the same problem.  I get the message "one or more cartridges appear to be missing or damaged."  Until then it was printing normally.  I have not received all the "low ink" messages, but he did print a blank page.  I took the cartridges and reinserted.  Doesn't seem to be any damage. I turned off the printer and also disconnected for several minutes to possibly clear error messages. The message will not go away, and I can't use all the functions with the printer.  I would like something to fax and I can't even do that because the error message screen will not go away.

    It was suggested that previous to "wiggle" the cartridges... did not for me.  I really enjoy this printer and its speed.  I bought it last Christmas, so it's fairly new.  Any other suggestions for me?

    Thank you

    BayBoy98

    Bryan,

    Thanks for the tip and the link... it was part of the solution. I tried some of the help in the link, but nothing worked. I spoke with a representative from Hp support today and he helped me clean the print head... This has not helped. I was using a Hp refill cartridge for a Cartridge World store and he thought that this might be the problem. He suggested that I get a new black cartridge Hp. I took the printer all in this store to see if they could help... and she did. She took out the cartridges and check the contacts. She found one of the four copper pins in the large black ink slot still depressed... the other three had sprung back where they should have been. She tinkered with her and she appeared normal as the other three. She reintroduced all the cartridges... back turned on the power and the error message disappeared and the problem was solved.  I think that this trick should be included in the support tech manual when customers call in.

    I hope that it is a one-time problem. It is still under warranty and I plan to replace. Thanks for your prompt response and for helping me learn more about my printer.

    BayBoy98

Maybe you are looking for