JD not able to paint JSF ADF component when upgrade to ea13 from ea11

I download the adf-jsf-ea13, did the local update. Imported the new adf-demo for ea13. Everything seem to be functioning as expected.
I went to my own project, replace all the ea11 jar file with the ea13 jar files. However, the gui are not painting for the .jspx but only for my own project, which was fine before.
Let me know if I need to do something else to this project because the component demo is paing the gui.
thanks,
tommy

This has been resolved...
I have dig this issue and found the problem...
Issue: Presentation server is not started because of the tag which is in instanceconfig.xml <DefaultFreezeHeadersClientRowBlockSize> in the below path...
..\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1
Solution: Based on the error I have checked the instanceconfig.xml file folder. I found there are 2 file of it and one is .bak file.
So i have compared 2 files. In the .bak file DefaultFreezeHeadersClientRowBlockSize tag is not available. So i have removed and tried to restart the services.
Able to run the Services.
Hope this will help if any one has the issue.
Note: Not sure how the instanceconfig.xml file got updated. If any one know please reply here...
Arjun

Similar Messages

  • Not able to sort any grid after Tools upgrade from 8.49.10 to 8.50.07

    Not able to sort any grid after Tools upgrade from 8.49.10 to 8.50.07, also when I click on any prompt button the prompt values are displaying in a separate screen rather than displaying in a model window.

    I have resolved it by applying stylesheets and clearing the cache.
    Thanks,
    Jayaprakash Tedla

  • Not able to export web analysis report to excel smart view from workspace

    Not able to export web analysis report to excel smart view from workspace.
    Error :Web launch operation has been cancelled.
    Can anyone help me to resolve this issues

    I realized that I can put a block in WebI and then I can pull that in excel alongside of static header, after putting the question.
    My interest to know whether it is by design in XI 3.0 or it is an issue. But by the replies it seems to me like it is by design.
    @Anis: I can't go for header as part of Body. Because this report is viewed in Web by many other users. I can't have separate report for Live office, it is a restriction for me. If I use the header in body, it wont look good I guess.

  • HT4061 im not able to activate my iphone 3gs after upgrading to ios6, saying server not available, what i can do

    im not able to activate my iphone 3gs after upgrading to ios6, saying server not available try later. im not able to make my phone work, not able to bring serial # im in guatemala what i can do?

    Activation issues are almost always the result of a device that has been hacked or jailbroken.
    If this is the case, no support can be provided here.

  • I am not able to see "Edit Mode on" when i log into workspace...

    I am not able to see "Edit Mode on" when i log into workspace...through Weblogic user...Oracle BPM 11g

    If your trying to put pictures that are on your phone to your computer you import it see link below
    http://support.apple.com/kb/HT4083

  • I am not able to update my iphone 4 ,when ever i tried to update it its show 1309 error...and at times 9006 error ,please help me ..

    i am not able to update my iphone 4 ,when ever i tried to update it its show 1309 error...and at times 9006 error ,please help me ..

    Hey alkarim2008,
    If you are having an issue with being unable to update or restore your iPhone, I would suggest that you troubleshoot using the steps in this article - 
    Resolve iOS update and restore errors in iTunes - Apple Support
    Thanks for using Apple Support Communities.
    Happy computing,
    Brett L 

  • I am not able to see the missed calls when my phone is locked.

    I am not able to see the missed calls when my iphone 3gs is locked.And how to set own ringtones in iphone 3gs

    Close All Open Apps... Sign Out of your Account... Perform a Reset... Try again...
    Reset  ( No Data will be Lost )
    Press and Hold the Sleep/Wake Button and the Home Button at the Same Time...
    Wait for the Apple logo to Appear...
    Usually takes about 15 - 20 Seconds... ( But can take Longer...)
    Release the Buttons...

  • I am not able to print to my usb airport extreme attached printer from my windows aptop or window desktop

    I am not able to print to my usb airport extreme attached printer from my windows aptop or window desktop

    Your post did not really provide any details on what you have done in the way of troubleshooting or printer software that you have installed, so we don't have much to go on here.
    For starters though, you will not be able to print unless you have installed Bonjour Print Services for Windows v2.0.2 on the PC(s) and run the program.
    So, if you have not done this, that would be a good first step.

  • Flash File not Able to Display using ADF Trinidad components..

    Hi All,
    I am trying to display a flash file using ADF trinidad component for one our project but not able to display when embeded inside the code.
    However I am able to directly access the flash file using http://localhost:7101/test/pages/test.swf
    The below Object code is included inside the tr:panelHorizontalLayout tag. I also tried using tr:media but doesnt display anything on the browser.
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="210" height="230" id="footer_ad1" align="bottom">
    <param name="allowScriptAccess" value="sameDomain"/>
    <param name="allowFullScreen" value="false"/>
    <param name="movie" value="http://localhost:7101/test/pages/test.swf"/>
    <param name="quality" value="high"/>
    <param name="bgcolor" value="#ffffff"/>
    <embed src="http://localhost:7101/test/pages/test.swf" quality="high" bgcolor="#ffffff" width="210" height="230" name="test" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave- flash" pluginspage="http://www.adobe.com/go/getflashplayer"/>
    </object>-->
    Thanks
    Chetan

    Hi Ramandeep,
    I tried that option early but did not work. Not able to understand why.
    Below is the code snippet.
    <tr:panelGroupLayout layout="vertical">
    <tr:panelHorizontalLayout>
    <!--Some Portlets are added-->
    <f:verbatim>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="210" height="230" id="footer_ad1" align="bottom">
    <param name="allowScriptAccess" value="sameDomain"/>
    <param name="allowFullScreen" value="false"/>
    <param name="movie" value="http://localhost:7101/test/pages/test.swf"/>
    <param name="quality" value="high"/>
    <param name="bgcolor" value="#ffffff"/>
    <embed src="http://localhost:7101/test/pages/test.swf" quality="high" bgcolor="#ffffff" width="210" height="230" name="test" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave- flash" pluginspage="http://www.adobe.com/go/getflashplayer"/>
    </object>
    </f:verbatim>
    </tr:panelHorizontalLayout>
    </tr:panelGroupLayout>
    And as I mentioned it works fine when I directly access the flash file by using http://localhost:7101/test/pages/test.swf.
    Thanks
    Chetan

  • Not able to portletise an ADF application with Security Feature.

    Dear All,
    I am able to portletise a normal ADF application and is running fine on Portal. But as I add security feature to it I am not able to portletise it, For reference i am pasting my web.xml and portlet.xml. Do i need to include any filter or listener?
    ------------------------web.xml-------------------------------------------------------------
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd" version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee">
    <description>Empty web.xml file for Web Application</description>
    <context-param>
    <param-name>javax.faces.application.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces-config.xml,/WEB-INF/portlet.xml</param-value>
    </context-param>
    <context-param>
    <param-name>javax.faces.STATE_SAVING_METHOD</param-name>
    <param-value>server</param-value>
    </context-param>
    <context-param>
    <param-name>CpxFileName</param-name>
    <param-value>view.DataBindings</param-value>
    </context-param>
    <filter>
    <filter-name>adfFaces</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    <filter>
    <filter-name>adfBindings</filter-name>
    <filter-class>oracle.adf.model.servlet.ADFBindingFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>adfFaces</filter-name>
    <servlet-name>Faces Servlet</servlet-name>
    <dispatcher>FORWARD</dispatcher>
    <dispatcher>REQUEST</dispatcher>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jsp</url-pattern>
    </filter-mapping>
    <filter-mapping>
    <filter-name>adfBindings</filter-name>
    <url-pattern>*.jspx</url-pattern>
    </filter-mapping>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>adfAuthentication</servlet-name>
    <servlet-class>oracle.adf.share.security.authentication.AuthenticationServlet</servlet-class>
    <init-param>
    <param-name>success_url</param-name>
    <param-value>faces/Welcome.jspx</param-value>
    </init-param>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>/faces/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>adfAuthentication</servlet-name>
    <url-pattern>/adfAuthentication/*</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    <session-config>
    <session-timeout>35</session-timeout>
    </session-config>
    <mime-mapping>
    <extension>html</extension>
    <mime-type>text/html</mime-type>
    </mime-mapping>
    <mime-mapping>
    <extension>txt</extension>
    <mime-type>text/plain</mime-type>
    </mime-mapping>
    <security-constraint>
    <web-resource-collection>
    <web-resource-name>adfAuthentication</web-resource-name>
    <url-pattern>/adfAuthentication</url-pattern>
    </web-resource-collection>
    <auth-constraint>
    <role-name>Guest</role-name>
    <role-name>oc4j-administrators</role-name>
    <role-name>users</role-name>
    </auth-constraint>
    </security-constraint>
    <login-config>
    <auth-method>FORM</auth-method>
    <form-login-config>
    <form-login-page>Login.jspx</form-login-page>
    <form-error-page>Login.jspx</form-error-page>
    </form-login-config>
    </login-config>
    <security-role>
    <role-name>Guest</role-name>
    </security-role>
    <security-role>
    <role-name>oc4j-administrators</role-name>
    </security-role>
    <security-role>
    <role-name>users</role-name>
    </security-role>
    </web-app>
    ---------------------------------portlet.xml----------------------------------------------
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <portlet-app version="1.0" xsi:schemaLocation="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/portlet/portlet-app_1_0.xsd">
    <portlet>
    <portlet-name>UC68PortletKunal</portlet-name>
    <display-name>UC68PortletKunal</display-name>
    <portlet-class>oracle.portlet.server.bridges.jsf.FacesPortlet</portlet-class>
    <init-param>
    <name>DefaultPage.view</name>
    <value>/SearchInput.jspx</value>
    </init-param>
    <init-param>
    <name>BridgeLifecycleListeners</name>
    <value>
    oracle.portlet.server.bridges.jsf.adf.ADFFacesBridgeLifecycleListener,oracle.portlet.server.bridges.jsf.adf.BindingFacesBridgeLifecycleListener
    </value>
    </init-param>
    <supports>
    <mime-type>text/html</mime-type>
    <portlet-mode>VIEW</portlet-mode>
    </supports>
    <supported-locale>en</supported-locale>
    <portlet-info>
    <title>UC68PortletKunal</title>
    <short-title>UC68PortletKunal</short-title>
    </portlet-info>
    </portlet>
    </portlet-app>
    Your reply is most welcomed. I am working for 2 days, if you know just give few minutes to address this issue.

    hi thanks for reply,
    I am using 10.1.3.3 version
    Steps followed are mentioned in one of the PDF
    Oracle WebCenter Framework Tutorial, 10g (10.1.3.2.0)
    B31072-02
    Here I am tring to secure some page of application as per user role usinf ADF secuiry feature.
    The application runs fine in "stand alone" mode.
    While tring portletise i am getting portlet unavilable. So i think i need to modify my portlet.xml OR web.xml
    From Welcome Page:
    I have login and logout link displayed to user not loggged in and logged in user respectively I have done using golink propery.
    Also i have some command button as:
    On clicking: Go To MyWeather Rendered to #{backing_Welcome.authenticated &&
    bindings.permissionInfo['MyWeatherPageDef'].allowsView}
    On clicking: Go To MyContent Rendered to #{backing_Welcome.authenticated &&
    bindings.permissionInfo['MyContentPageDef'].allowsView}

  • Not able to increase SAP kernel release 6.40 patch level from 43 to 71

    Hi Guru's,
    I have to update SAP kernel release 6.40 patch level from 43 to 71 but not able to do.I am running solution manager 3.2 on Oracle 9i and Win-2003 OS.
    Please provide the solutions .
    I have downloaded kernel patch from Path at Service matket place ---<b>Support Packages and Patches" SAP Technology Components" SAP SOLUTION MANAGER" SAP SOLUTION MANAGER 3.2" Entry by Component" SAP Solution Manager-SAP KERNEL 6.40 32-BIT UNICODE-Windows Server on IA32 32bit-ORACLE-
    SAR SAPEXEDB_71-20000254.SAR Kernel Part II (for Basis 640/620)  71</b>
    I followed following Steps:
    1. Copied the patch into a temporary directory on system.
    2. Unpacked the downloded SAPEXEDB_71-20000254.SAR Kernel Part II (for Basis 640/620)  71 patch .
    3. Stoped the SAP System using MMC.
    4. Saved the kernel directory by backup or by copying into a separate backup directory. (\usr\sap\<SAPSID>\sys\exe\run)
    5. Re-started the server.
    After logging again in SAP client 000 on checking found server patch level coming same as previous one .
    Its not got updated and due to this in Tcode- <b>SPAM</b> I am getting error message :<b>'The OCS package SAPKITL318 requires a kernel with Release 640 and patch number 71. The kernel you are currently using has a lower version.'</b>.
    Help!!!!
    Regards
    Gaurav

    Hi Guru's,
    Output for transaction SM51 enclosed below:
    Application server gauravpc1_GSM_00
    SAP R/3 Kernel information
    SAP R/3 Kernel 640_REL
    Database Client Library OCI_920_SHARE
    created in NT 5.0 2195 Service Pack 4 x86 MS VC++ 13.10
    created on Nov 4 2004 23:42:53
    Support Level 0
    Kernel Patch number 43
    Source ID 0.043
    DBSL Patch No. 172
    ICU Version 2.6.1 Unicode Version 4.0
    libsapu16 Version 2.0023 Nov 4 2004 20:04:27
    Supported environment
    SAP database version
    610 , 620 , 630, 640
    Database ORACLE 9.2.0..
    ORACLE 10.1.0..
    ORACLE 10.2.0..
    Operating system
    Windows NT 5.0, Windows NT 5.1,Windows NT 5.2
    one more thing I have aloso tried to upload Kernel latest patch level 175 using same procedure but that too was not working.
    HELP!!!!!!!!!!!!!
    Regards

  • Not able to see Employee type supplier after upgrade to 12.1.2

    We have custom responsibility for Payables Manager, after upgrade to 12.1.2 from 11.5.10, some of the employees are not able to see the Employee Type supplier, but some employees are able to see all. I thought this maybe related to Role so I tried to add the roles that are missing from the employees that are able to see all supplier, but didn't help. Anyone know where to look at this? Thanks in advance.

    Hii ,
    Can you brief your problem in detail ? What do you mean by Not able to see Employee Type Supplier , is it do you mean in the Lovs ? or which form ??May be I can look into it .
    Thanks
    vennala

  • Not able to open web analysis reports after upgradation

    we have upgraded Hyperion 11.1.1.3 to 11.1.2.2 version, after this process we are not able to open web analysis reports
    These reports are still pointing to old servers so, how to edit this database connection details in the new version??
    Edited by: 1007326 on May 22, 2013 3:29 AM

    Hi,
    Welcome to Forums...!
    I think we need to change the database connection details in the Web analysis.
    goto file --> Edit --> browse the database connection then change the server name in the connection details.
    may be this will help to resolve your issue.
    Thanks,
    mady

  • I am not able to activate my iPhone 3GS after upgrading it to IOS 5.1.1 since it shows the error message "your iPhone could not be activated because the activation server is temporarily unavailable. I am asked to retry after some time. How can I avoid thi

    i am not able to active my ipone 3gs after upgrat to ios5.1.1. it show error message " your iphone could not be activted because the activation server is temperarily unavailable.try connecting you iphone to itunes to activate it, or try again in a couple of munutes" i retry many time, could not sold problem.

    You had a jailbreak and unlock.
    When you updated you cooked it.
    Your phone is done.
    Time for a new one.

  • Not able to create a java class included in custom jar from script

    Hi,
    We need to call a third-party web service from within SAP Sourcing and so we have created and deployed a custom JAR. However I am not able to create any of the custom classes included in this object. I have created a simple JAR file having just a "Hello World" message and got our BASIS team to deploy this (they deployed using the steps mentioned in Installation Guide Section 4.2.4 - we are using Sourcing Wave 9). I have added the required import statement in my test script and included this line:
    HelloWorld test = new HelloWorld();
    When this script executes, it gives the error:
    Class:HelloWorld not found in namespace.
    Can you please give your suggestions on how to fix this error?
    Thanks,
    Gayathri

    The issue was fixed after including the custom jar in esourcing90/lib folder and redeploying

Maybe you are looking for

  • Cant use CCC to clone Snow Leapord mac to Mountain Lion mac

    hello all, I just bought a MacBook Pro (Mid 2012 not retina), and it came with Lion OSX. I recently installed Mountain Lion OS and it appears to be working welll except I am having trouble using a cloned external drive. I cloned my 2007 MacBook (Snow

  • How to get view attribute old value

    Hello, I have an update page which has a view object associate with, I first execute query to display view attribute value on the page, then I edit the page, and before saving to database, I want to compare row attribute value before editting and the

  • Sec Vulnerability? mdworker- Component boundaries mismatch- bufferoverflow?

    Hi All, Maybe I'm overreacting, but if this console log is not suspicious I'm not sure what is: 8/5/08 1:44:09 PM mdworker[23849] Component boundaries mismatch (VCALENDAR VEVENT) 8/5/08 1:44:09 PM mdworker[23849] Cal not a CoreCalendar <<< [M] <CoreE

  • Email Settings for email with no static IP Address

    Hi, I have been a Blackberry fan for years and have setup countless Blackberry's for friends.  I recently changed jobs and therefore, had to change my email settings, to receive work emails on my Blackberry Torch. I emailed our hosting company and as

  • Format and precision and rounding?

    I have a vi I have attached and it is giving me fits. I am trying to create a number generator which will automatically figure out the number of turns I need to turn. I have plugged in default numbers for testing purposes. My results appear to be tru