Changes in JSP page are not reflected

Hello all!
I created in JDeveloper 10.1.2.1 a simple JSP page. Then I ran the page using embedded oc4j - browser showed the page. That's OK. But when I update JSP code and run the page again I don't see any changes applied in browser!
It seems that page is downloaded from some cache. I can't understand from what one.
I'm sure it's not a browser - I cleared browser cache and inserted HTTP headers "Expires", "Pragma", "Cache-Control" in response but it didn't help. Besides I tested the same page with standalone oc4j - every time I change the page and refresh it in the browser I see new content.
Thank you in advance

I am facing the same problem with JSP!
File is included from another file, but tried to touch all the files from web content, even removed the files from .jsps. OC4J recreates the xxx.java and xxx.class file (with good content), but to the browser is sent only the old content...
I am using OC4j version 10.1.3.40.66 embedded in jdeveloper 10.1.3.2.0
Any help would be appreciated since the project is huge and takes 1 minute to start a deployment and is anoying to do that only to edit one jsp.
Thank you.

Similar Messages

  • Changes in Crystal reports are not reflecting after publishing

    Dear SDN Mates,
    We are facing problem with Crystal reports. After making the changes in the crystal reports, it is not reflecting in the portal after publishing. Still it is showing the older version of the report.
    Can anyone please help me on this.
    Thanks and Regards
    Arun S

    Hello Prathamesh,
    After publishing the report, we require some changes in the report and doing some modifications in crystal report and again we are publishing this report. After publishing the report for second time, those changes are not reflecting in the BOE portal.
    This is happening for all reports. Can you please suggest me on this.
    Thanks and regards
    Arun S

  • Changes made in BOM are not reflected in Configurator.

    Hi all,
    When i update minimum and maximum quantities in BOM, the new values are not reflected in the configurator.
    I have found a patch (patch# 4410573) for this issue in metalink and applying that patch did not resolve the issue.
    I have logged an SR with Oracle for this and Oracle support have asked me to run "Refresh Single Configuration Model" concurrent program and see if the changes are reflected.
    This program has 2 parameters one for folder and the other for Configuration Model Id.
    When i try to run the program, for any of the folders, the value set for the parameter Configuration Model Id does not show any values and hence i am unable to run the program.
    We don't have a separate instance for COnfigurator.
    Do i need to do any set up so that my Configuration model is reflected in the LOV?
    Can anyone please help me on this?
    Oracle Apps version: 11.5.10.2
    Configuration software build: 11.5.10.25.43A
    Regards,
    Sreekanth

    Hi Jason,
    Please see my comments below
    Jason said*
    Support is correct. If you haven't run the Refresh a Single Configuration Model concurrent program for your model, then the new BOM attributes will not be visible in your model. Changes to items/BOMs are not directly reflected in the configuration model. You must "refresh" the model to see the changes.*
    Even without running the "Refresh a Single Configuration Model" concurrent program, in some scenarios, changes are being reflected in Configurator.
    Ex:
    When i change only minimum and maximum quantities, the changes i.e. new minimum and maximum values are not reflected in Configurator.
    But, when i also change any of the following fields along with minimum and maximum quantities, new values are being updated in Configurator with out running the refresh program.
    effectivity_date, disable_date, component_quantity, planning_factor, component_yield_factor and optional class
    Can you please explain this?
    Also, i have already tried executing the query by commenting the enclosing_folder check. But still, the query is not retrieving any records.
    Basically, the sub-query that fetches devl_project_id itself is not retrieving any records.
    Jason said:+
    Based on the SQL above, the only criteria for importing a model is that the item under the folder must be:+
    a. A Model (PRJ = Project)+
    b. The Model cannot be deleted (Deleted_flag must be '0')+
    c. And the model must have been imported from Oracle apps, e.g. it cannot be a non-BOM model (orig_sys_ref is not null)+
    Can you please tell how can i check whether model is imported into configurator or not and if it is imported from where is it imported?
    Regards,
    Sreekanth
    Edited by: Sreekanth Munagala on May 12, 2011 8:52 AM

  • JSP Pages are not compiling in JBoss5.1.0GA

    Hi Folks,
    We have developed an webapplication and we deployed in JBoss4.0.1sp1 application is running fine.
    One week back we downloaded JBoss5.1.0GA and we deployed the same application in JBoss5.1.0GA, but we are getting this eaception "org.apache.jasper.JasperException: Unable to compile class for JSP: "
    please find the exception details below
    ====================================================================================================
    HTTP Status 500 -
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: Unable to compile class for JSP:
    An error occurred at line: 56 in the generated java file
    The method getJspApplicationContext(ServletContext) is undefined for the type JspFactory
    An error occurred at line: 17 in the jsp file: /pages/configset/createconfigset.jsp
    The method setJspId(String) is undefined for the type ViewTag
    14: <%@page import="com.cisco.wo.configui.beans.backing.configset.CreateBackingBean"%>
    15: <%@page import="com.cisco.wo.configui.utils.ConfigUIConst"%>
    16:
    17: <f:view>
    18:
    19:
    20: <%
    An error occurred at line: 45 in the jsp file: /pages/configset/create.jsp
    The method setJspId(String) is undefined for the type SubviewTag
    42:
    43: <!-- Start header -->
    44:
    45: <f:subview id="configsetHeader">
    46: <c:import url="configsetheader.jsp" />
    47: </f:subview>
    48:
    An error occurred at line: 45 in the jsp file: /pages/configset/createt.jsp
    The method setBodyContent(BodyContent) is undefined for the type SubviewTag
    42:
    43: <!-- Start header -->
    44:
    45: <f:subview id="configsetHeader">
    46: <c:import url="setheader.jsp" />
    47: </f:subview>
    48:
    An error occurred at line: 45 in the jsp file: /pages/configset/create.jsp
    The method doInitBody() is undefined for the type SubviewTag
    42:
    43: <!-- Start header -->
    44:
    45: <f:subview id="configsetHeader">
    46: <c:import url="configsetheader.jsp" />
    47: </f:subview>
    48:
    Thanks in Advance...!

    Hi All,
    We developed the JSF web application in JBoss4.0.1SP1 the application running fine.
    The same application we deployed in JBoss5.1.0GA some of the pages are compiling and some of the pages are not compiling.
    the exception log:
    =======================================================================================================================================
    org.apache.jasper.JasperException: Unable to compile class for JSP:
    An error occurred at line: 16 in the jsp file: /pages/configset/itemstab.jsp
    The method setJspId(String) is undefined for the type ViewTag
    13: <%@ taglib uri="http://java.sun.com/jstl/fmt" prefix="fmt"%>
    14:
    15: <%@page errorPage="configseterrorpage.jsp"%>
    16: <f:view>
    17:      <head>
    18:      <title>Configuration Set - Items</title>
    19:      <!-- Include Global Meta Data -->
    An error occurred at line: 46 in the jsp file: /pages/configset/itemstab.jsp
    The method setJspId(String) is undefined for the type SubviewTag
    43:
    44:      <!--googleoff: index-->
    45:
    46:      <f:subview id="configsetheader">
    47:           <c:import url="configsetheader.jsp" />
    48:      </f:subview>
    49:
    An error occurred at line: 46 in the jsp file: /pages/configset/itemstab.jsp
    The method setBodyContent(BodyContent) is undefined for the type SubviewTag
    43:
    44:      <!--googleoff: index-->
    45:
    46:      <f:subview id="configsetheader">
    47:           <c:import url="configsetheader.jsp" />
    48:      </f:subview>
    49:
    An error occurred at line: 46 in the jsp file: /pages/configset/itemstab.jsp
    The method doInitBody() is undefined for the type SubviewTag
    43:
    44:      <!--googleoff: index-->
    45:
    46:      <f:subview id="configsetheader">
    47:           <c:import url="configsetheader.jsp" />
    48:      </f:subview>
    49:
    An error occurred at line: 413 in the generated java file
    The method doAfterBody() is undefined for the type SubviewTag
    An error occurred at line: 61 in the jsp file: /pages/configset/itemstab.jsp
    The method setJspId(String) is undefined for the type SubviewTag
    58:
    59:      <!-- Begin Main Content -->
    60:      <div class="icw">
    61:      <div class="icwWrapper icwOrder" style="width: 921px"><f:subview
    62:           id="configsetsummary">
    63:           <c:import url="configsetsummary.jsp" />
    64:      </f:subview></div>
    An error occurred at line: 61 in the jsp file: /pages/configset/itemstab.jsp
    The method setBodyContent(BodyContent) is undefined for the type SubviewTag
    58:
    59:      <!-- Begin Main Content -->
    60:      <div class="icw">
    61:      <div class="icwWrapper icwOrder" style="width: 921px"><f:subview
    62:           id="configsetsummary">
    63:           <c:import url="configsetsummary.jsp" />
    64:      </f:subview></div>
    note The full stack trace of the root cause is available in the JBoss Web/2.1.3.GA logs.
    ============================================================================
    Thanks in Advance...!

  • JSP pages are not refreshed even though I change the code!

              Hi,
              Just wanted to ask that even though I make changes in some of my
              JSP files, the changes (e.g. hyperlink properties) are not recalled by the browser. This is happening even though I open a new browser and re-start the Weblogic server. I had same problem with Weblogic5.1. However, this does not happen always: sometimes, when there is a change in the file, Weblogic recompiles it and the changes are implemented. Thanks for your help!
              

    1) Check the date/time of the .jsp compared to the .class generated for it.
              You could have a mismatch between the clocks on multiple machines.
              2) Delete the temp deployments directory to force WebLogic to rebuild
              those.
              Peace,
              Cameron Purdy
              Tangosol, Inc.
              http://www.tangosol.com
              +1.617.623.5782
              WebLogic Consulting Available
              "abuislam" <[email protected]> wrote in message
              news:3a1e0181$[email protected]..
              >
              > Hi,
              > Just wanted to ask that even though I make changes in some of my
              > JSP files, the changes (e.g. hyperlink properties) are not recalled by the
              browser. This is happening even though I open a new browser and re-start
              the Weblogic server. I had same problem with Weblogic5.1. However, this
              does not happen always: sometimes, when there is a change in the file,
              Weblogic recompiles it and the changes are implemented. Thanks for your
              help!
              

  • Changes made to files are not reflecting

    File updates not reflected. I modified content, added data validation and saved the file back - next day file is still the way it was before modification.
    Other file, another site but similar situation.
    Content changed - form added but next day the change is not reflected.
    SharePoint 2013
    Please help.
    Thanks
    Pj

    HI Alex,
    Answers to your questions inline below:
    So you are editing a file, modifying the content in there and saving it but the changes are being lost?
    Ans: Yes.
    1. Have you checked the file immediately after closing it to see if the changes lasted?
    Ans: I am not sure, if I checked the files immediately after. I think the changes were saved properly because I didn't get any error.
    I managed to print out a file with a new element on one day but on the next day in the same file, I saw that element was not there.
    I sometimes open the files through the Newsfeed tab, does that matter? My understanding is that the system is going to the original location to open the file
    2. Do the changes then disappear later that day at some point?
    Ans: That is my understanding.
    3. Does this happen just for those files?
    Ans: So far I have observed it for two of the files only.
    4. Do you have versioning or publishing enabled on those lists? Versioning will let you see who changed it when and approval or publishing might be hiding things?
    Ans: Versioning is enabled, publishing - not.
    When I go to check versions to see, if maybe someone overwritten my change and retrieve the previous version, there is no previous version with the changes i made
    the previous day.
    Thanks.

  • Changes made in EMS are not reflected in EMC

    Hello all,
    I realise that this is 2013 discussion, but I could not find a 2010 section.
    My problem is simple: any change that I make inside the Exchange Shell is simply not reflected in the Console. It doesn't appear there. It can't be searched for. Nothing.
    I'd like to know how to fix this. Exchange is very broken when it is operating like this, and I pretty much cannot do anything. Customer GALs are exposed to each other, etc.... because changes won't occur even though the shell says they have.

    Hi
    What changes are you making? Some changes do take time as replication etc. happens in the backend. Have you tried restarting the server? do you see any changes after that?
    Please also check the Application log for errors.

  • Changes to the infoobject are not reflecting in the query Desinger level.

    Hi All,
    We removed some Attributes to one characteristic and transported into QA.
    The removed attributes are not getting in BEx query designer in Dev, But we are getting those removed attributes in the context menu of that particular Char in BEx Designer in QA.
    We checked in the Characteristic level, those removed Attributes are not there in Info object level but still those Attributes are displaying in BEx designer level in QA.
    And info object showing as gray color even though we activated the info object, We think this may be the cause to not reflect the changes to BEx Designer level.
    Can any one suggest us to resolve the issue.
    Thanks & Regards,
    Raju. E

    Hi Raju
    Go to transation RSRT enter one of the reports and click to Generate Report. If this solves your problem then you can go to Environment\generate queries directly to regenerate the impacted queries.
    Cheers
    Tansu

  • Changes made from application are not reflecting in Database and vice versa

    I am updating changes from my Application. However the data in not reflected in the DB. I logged in and can see no change. However, the changes are being reflected in the Application, even after a server restart. Any ideas on this ?? its wierd !!

    SELECT   c.sql_text sqltext
        FROM v$session a, v$sqltext c
       WHERE a.SID = :session_id AND a.sql_address = c.address(+)
    ORDER BY a.status, a.last_call_et, A.SID, A.username, C.pieceSQL_ADDRESS
    SQL_HASH_VALUE
    SQL_ID
    SQL_CHILD_NUMBER
    Check this to see the last executed sql in your database , make sure you connect to right database with right schema
    Last executed sql

  • JSP pages are not refreshing under wl 6.1 sp1

              I thought this could have been a problem solved long time ago but after searched
              through this list I could not find any solutin.
              Basically any change to the JSP is not refreshed on my wl server. Even after I
              set my browser to have 0 siye disk cache, 0 siye memory cache, and set the cache
              file name to something non-exists, the cached page kept coming back! It must have
              been cached by the web server. Deleting all the tmp files under WEB-INF did not
              work. Redeploy the web app did not work. Even after I restarted the server, it
              still sent me the old pages!!
              I must have missed something here???
              Many thanks and regards,
              Charles
              

    Have a look at this page:
              http://e-docs.bea.com/wls/docs61/////webapp/weblogic_xml.html#1012760
              The parameter "workingDir" is probably what you're looking for.
              Hope that helps,
              Nils
              Charles Chen wrote:
              >
              > Unbelievable!
              >
              > Here is what I found where the problem is:
              >
              > Apparently weblogic 6.1 sp1 is compiling and cacheing the JSP pages in the directory
              > /var/tmp!! That explains why even after I restart the server and still got the
              > old page! After remove the /vat/tmp/jsp_servlet/_jsp directory, I finally got
              > my changes recompiled.
              >
              > I am sure some where there is a doc describing how to change this directory ...
              >
              > Charles
              >
              > "Charles Chen" <[email protected]> wrote:
              > >
              > >I thought this could have been a problem solved long time ago but after
              > >searched
              > >through this list I could not find any solutin.
              > >
              > >Basically any change to the JSP is not refreshed on my wl server. Even
              > >after I
              > >set my browser to have 0 siye disk cache, 0 siye memory cache, and set
              > >the cache
              > >file name to something non-exists, the cached page kept coming back!
              > >It must have
              > >been cached by the web server. Deleting all the tmp files under WEB-INF
              > >did not
              > >work. Redeploy the web app did not work. Even after I restarted the server,
              > >it
              > >still sent me the old pages!!
              > >
              > >I must have missed something here???
              > >
              > >
              > >Many thanks and regards,
              > >
              > >
              > >
              > >Charles
              > >
              ============================
              [email protected]
              

  • Smartforms : CHanges in one language are not reflecting in other languages.

    Hi
    I did some changes to the smartforms in language en and was trying to see the effect in other client in language de. But dont see any changes in other language.
    Changes that i did were, Changing the text in the forms, addition of new fields, set some conditions to text.
    Hope the problem is clear.
    Please help.

    After doing changes in the German Form in transaction SE63, the changes do not reflect in English language after activating the german form.Please help me with your valuable suggestion to solve this problem.
    Regards
    Ankur Godre

  • Changes to a Role are not Reflected

    I have created a role with one BSP iView and assigned the role to a user.  When the user logs in he can see that iView.  Then I have added three more BSP iViews to the role.  But these new BSP iViews are not visible to the user.  The user had logged off and logged on again.  I have deleted the role assignment to the user and then reassigned.  Nothing is working.  Can someone tell me what could be the problem?  I will assign points to helpful posts.

    probablly you may not clear the cache, just clear the cache and check it out.
    to clear cache go to system administration -> navigation -> navigation cache.

  • Changes in Logonlables.properties are not reflecting in Logon screen in EP

    Hi frndz..
    Am chnaging the logon screen branding image and text and also the WELCOME text n the copy rights text also.
    For this am following a like  in that itz saying to take the PAR file "com.sap.portal.runtime.logon.apr"  
    from the following localtion.
    <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\pcd.
    but i didn't find any par like above the above specified location, but i found tha same par in the path of
    <J2EE_Engine_Instance>\j2ee\cluster\server<X>\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\deployment\temp.
    so i taken tha PAR from ther n made the chnages in same PAR only i did't renamed PAR in same par only i made the chnages but itz not reflecting after server restart also
    Thanks in Advance
    Regards
    Rajesh

    Hi,
    Why don't you try from portal end? downloading and uploading the par file from portal.
    Check this blog https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/60caa539-8e51-2a10-0e83-e0a68ab3f5aa
    PradeeP

  • Changes made in jsp are not reflected

    webpages are not reflected after modifying jsp pages
    what i need to do??
    thanks in advance

    Hi
    Thanks for your reply,
    I am using CQ 5.5 and was installed service pack 2.
    1. We make package from SVN or through maven build to the CQ dev server.
    2. JSP changes perfect but /var/classes java files contains old code(i.e new JSP file complitation is not happening )
    3. Only when we restart server, /var/classes reflecting with new code other /var/classes have old code only.
    What is best procedure to re-compile JSP with out Restart server.

  • Changes are not reflecting in page

    Hi All,
    Thanks in Advance.
    I extend 2 controllers which has same functionality.
    My First controller is working fine but where as secound is not working, the changes are not reflecting in that.
    Any idea, please help me.
    Thanks
    Zaheer

    hi
    take the apache bounce aftere changes in in CO
    thanx
    Pratap

Maybe you are looking for

  • Importing a photo folder just with references creates a photo library 2/3 of its size. crazy!

    after ignoring iphoto for many reasons over the last years i thought i give it a try with the new photo app. i imported a 70gb photo folder - turning OFF to copy it into the library first, just refering to them - and now it ate up all my space by cre

  • JRE error when starting runInstaller on Solaris 8

    Help! I'm getting the following error when I try to start ./runInstaller : "The Java Runtime Environment was not found at /tmp/OraInstall/jre/bin/jre. Hence, the Oracle Universal Installer cannot be run. Please visit http://www.javasoft.com and insta

  • Berkeley DB Storage related questions

    Hi, I am new to BDB. We recently migrated our internal DB into BDB (we are using the C++ version). Here are some of the details: Data is saved using hash table (key has a fixed size of 16 bytes, but data size varies - from 20 bytes to a few kbs) We h

  • Elements 9 and Mac OSX Lion

    I just d'loaded Photoshop Elements 9 on a Mac running Lion. The software crashes upon startup. One help file states that the Java runtime environment must be installed and I've confirmed it is. Anyone else having this problem and figure out a fix? So

  • Getting a Error 107 (net::ERR_SSL_PROTOCOL_ERROR): SSL protocol error

    trying ti sign into the App Store on my macbook pro and it asks for further security clearance.  then gives me this error in safari and chrome?