Error "page is not participating" while porting app from 10.1.2 to 10.1.3

I have an old web application built using Struts 1.1 framework. I am trying to port this app from 10.1.2 to 10.1.3 OAS.
The application is working fine on 10.1.2 for years but on porting to 10.1.3 application is working partially as some pages are are getting weird error as specified below.
java.lang.IllegalStateException: page is not participating in session
     at com.evermind.server.http.EvermindPageContext.getAttribute(EvermindPageContext.java:643)
     at org.apache.struts.taglib.html.FormTag.initFormBean(FormTag.java:537)
     at org.apache.struts.taglib.html.FormTag.doStartTag(FormTag.java:520)
     at _mytest._jspService(_mytest.java:333)I tried debugging the issue but could not find the root cause of the problem.
Line 333 in error is where it's using struts-html form tag in jsp. The content of the page before this tag is displaying fine.
<html:form name="MyTestForm"
             method="post"
             action="/test"
             type="web.MyTestForm">The strange part is, other jsp's in application using the tag are working fine. Not sure why the error is occuring only on some pages.
I have also checked the configuration, deployment setup, libraries, etc and all seems to be in place.
I searched on web but found nothing except this somewhat related issue and tried the solution mentioned in this link http://www.velocityreviews.com/forums/t131230-struts-losing-session-after-jsp-page.html but in vain.
(Not sure if this a Struts issue or OC4J issue so I am trying it on related forums)
Any idea,help, suggestion, solution would be highly appreciated.
Thanks

JDeveloper 10.1.3 supports JDK 5.0.
To run JDeveloper 10.1.2 applications in JDeveloper 10.1.3, set J2SE Version to 1.4.2 with Tools>Project Properties>Libraries>J2SE Version.

Similar Messages

  • The custm error page is not getting loaded in TomCat 5.0

    Hi all,
    I am working on a JSF web application deployed in Tomcat 5.0.I was trying to redirect 404 and 500 error pages to custom error pages.But the error pages are not getting loaded and i am getting normal Tocat 404 status page.
    I am giving the web.xml entry for the error page defenition.
    <error-page>
              <error-code>404</error-code>
              <location>/faces/displayErrorpage.jsp</location>
         </error-page>
         <error-page>
              <error-code>500</error-code>
              <location>/faces/SessionExpirepage.jsp</location>
         </error-page>
         <error-page>
              <exception-type>java.lang.Throwable</exception-type>
              <location>/faces/displayErrorpage.jsp</location>
         </error-page>
    Please help me out to solve this problem.Its urgent.I will be greatful for any kind of help.
    Note: The same application working fine,ie,the error page is getting loaded while deploying WAS 6.0.
    Jeevan Edakkunnath.

    That's a specification version. I was asking for the implementation and version. Is it the Sun reference implementation (Sun JSF RI)? If so, which build?
    It works flawlessly here on the latest build of Sun JSF RI 1.1, the 1.1_02. You can get the latest build at [http://javaserverfaces.dev.java.net]. I was using Tomcat 6.0.14 by the way, it might make difference.
    Does it work if you use plain vanilla JSP files and do not pass the request through the FacesServlet? I recall some bugs related to it, but I am not sure anymore if it is related to the JSF implementation or application server used.

  • SAP BPC 5.1 SP2 Http 500 internal server error - page can not be displayed

    When our Sysadmin service account are restricted to the app server and the database server ( as they should be in a secured environment) no client
    could reach the web site to even use the Osoft directory . We get a Http 500 internal server error - page can not be displayed . This is for a new multiserver install. Is there a problem on the website security or .net configuration?

    Yes the install was done by the SAP install consultant but now we are getting an error when we restrict the Sysadmin ID. Server diagnostics and other tests on Appshell passed as well.

  • JSP error page does not displayed on its own, includes in the original JSP

    Problem Description: - Exceptions in a Condition cause pages to fail to render.
    The actual issue is, the JSP error page does not displayed on its own, included in the original JSP Page when exception occurs.
    Problem Cause: As per the JSP specification when jsp content reached the buffer size (default 8KB) the page being flushed (Part of condent displays). The default �autoFlush� value is true.
    When the page buffer value is default size (8KB), and if any exception occurs after flushing the part of the content, instead of redirecting into error page, the error page content included in the original page.
    If i specify autoFlush="false" and with default buffer size, at the runtime if the buffer size is reached, i am getting stackoverflow error.
    To solve the above problem we can make it autoFlush=�false� and buffer=�100KB�. But we can�t predict the actual size of the page.
    I found in one of the weblogic forum as no solution for this issue. Ref.
    http://support.bea.com/application?namespace=askbea&origin=ask_bea_answer.jsp&event=link.view_answer_page_clfydoc&answerpage=solution&page=wls/S-10309.htm
    Please provide me any solution to resolve the problem.

    Error-Page tags work best with an error.html pages. If you have an error.jsp page what I would do, and I have, is wrap my classes and jsp pages in a try catch block where you forward to the error jsp page and display anything you want. YOu can also do this with if else statements. I have used the tomcat error pages before but when I've implemented them I used java.lang.Exception as the error to catch not Throwable. I don't know if this would make a difference or have anything to do with your problem.

  • Some error pages do not display

              The following error page setup works great:
              <error-page>
              <exception-type>java.sql.SQLException</exception-type>
              <location>/ExceptionServlet</location>
              </error-page>
              When an SQL exception occurs in a jsp or at a lower level, the rror page gets
              invoked. However, when I try this with a simple custom exception class, the error
              page does not get invoked. Here is the web.xml..
              <error-page>
              <exception-type>com.mbs.foundation.dataobject.ValidationException</exception-type>
              <location>/ExceptionServlet</location>
              </error-page>
              Any clue as to why WLS 7 does not like my ValidationException? It is a sub-type
              of Exception, just like SQLException. It does not have any chaining.
              

              Turns out this was a WLS bug, and CR087600 has been filed to address it.
              

  • Error pages do not come up.

              Hi all,
              I am using weblogic server 5.1 (Service Pack 5)
              I have the following line in weblogic.properties
              weblogic.httpd.errorPage.500=/errorPage.html
              When the servlet returns an error using response.sendError(500) the error page does not come up. Weblogic does not complain about anything but shows a blank page.
              What am I missing?
              Thanks
              Radha
              

              Yes, My html pages are located in the Document root directory.
              Radha
              Kumar Allamraju <[email protected]> wrote:
              >I just tried with SP5 and everything works fine as expected. i.e. WLS throws errorPage.
              >Is your error page located in WLS's document root?
              >
              >--
              >Kumar
              >
              >Radha Srinivasan wrote:
              >
              >> Hi all,
              >> I am using weblogic server 5.1 (Service Pack 5)
              >> I have the following line in weblogic.properties
              >> weblogic.httpd.errorPage.500=/errorPage.html
              >> When the servlet returns an error using response.sendError(500) the error page does not come up. Weblogic does not complain about anything but shows a blank page.
              >> What am I missing?
              >> Thanks
              >> Radha
              >
              

  • I am not able to download apps from app store. i get error "an unknown error has occured". please help me

    all of a sudden i am not able to download apps from App Store. I get an error "An Unknow Error Occured". i am able to connect to my wi-fi and browse websites. but not able to download apps. please help me.
    Thanks!
    Balaji

    I have this issue too, is anyone able to assist?
    I can access and download items from iTunes on Mac and Iphone 5... but not on the mac store?
    Thanks

  • Getting error "Http 404 not found" while accessing CUCM GUI..

    Hi,
    Please help um getting error "Http 404 not found" while accessing CUCM GUI. Yesterday it was running fine bt nw its showing dis error.
    Please find attached screenshot for ur referance.
    Thanks & R's
    Harish

    Hi Aaron,
    I have restarted dat service bt still the issue is persisting.
    Now its showing attached error.
    Thanks and R's
    Harish

  • I'm a MAC beginner; embarrassed to ask: Although Word, Pages,Key note show in my app list, they won't open.  With Word, I get a pop-up that says it won't open, and then has numerals 1712. Just downloaded Flip Player 2 days ago..what should I do pls??

    I'm a MAC beginner; embarrassed to ask: Although Word, Pages,Key note show in my app list, they won't open.  With Word, I get a pop-up that says it won't open, and then has numerals 1712. Just downloaded Flip Player 2 days ago..what should I do pls??

    It is possible the versions you have are not compatible with your new Mac. Could you please tell us the following:
    1. What OS are you running.
    To get this info, click on the Apple on the top left, then select About This Mac. The OS X version is there.
    2. What are the versions of the apps that are giving you problems?
    To get this info, double click on the hard drive icon and open the Applications folder. Select an application and right click on it. Then select Get Info. The version number is there.
    Version number:
    Not sure I understand your reference to Flip Player - this is not related to the "won't open" problem, is it?

  • I can not update my installed apps from the App Store Update page.  I can individually update from the App Store Purchased page.  I tried a soft reset but still unable.  Any suggestions?

    I can not update my installed apps from the App Store Update page.  I can individually update from the App Store Purchased page.  I tried a soft reset but still unable.  Any suggestions?

    You are doing all that you cn do right now other than to update the apps in iTunes on your computer and sync them to the iPad.
    There has been a problem with the App Store updates tab for a few days now and we are all waiting for Apple to fix it.
    Look at all of the discussions on the iPad forum that are talking about this right now.

  • My iPhone 4s iOS 7.0.4 will not update music or apps from iTunes 11.1.3.  this was true of my pc and the new MacPro.

    My iphone 4s ios 7/0/4 will not update music or apps from itunes 11.1.3.  this was true with my pc since ios 7.0.3 even with update 7.0.4 and now continues with my new MacPro also runing itunes 11.1.3.   as most state in previous threads, syncs all non itunes related data with no issue and appears to work correctly on itunes data but then hangs on the last step of updating until it times out.  i have tried marking specific music to transfer, setting up new playlist, deleting some old playlist on phone but stopped short of restoring my phone back to new due to the amount of non itunes data that i will lose.  The itunes setup on the macpro was completely with the download of all music from a previous external backup and the creation of new playlist - on the first sync with existing phone it did ask to overwrite all phone itunes data with macpro itunes data which i did accept - no different result - no changes on phone.

    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new).  Try each of these in order until the issue is resolved. 
    If the problem continues, take the device to Apple for evaluation and possible replacement.

  • HT4211 I'm not able to download apps from App Store. It never downloads and it shows waiting status.can somebody please help me resolve this issue

    I'm not able to download apps from App Store. It never downloads and it shows waiting status.can somebody please help me resolve this issue

    I really do not think it is the iPad or your network connection. Other users have reported this very same issue. Try this and see if it works for you - it may not work - but it's easy to try - harmless - and it has worked in the past for others.
    Try signing out of your account and restart your iPad.
    Go to Settings>Store>Apple ID and tap the ID and sign out. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button. Go back to Settings>Store> Apple ID and sign in again.

  • HT4436 after reseting password for my Apple id I am not able to update apps from store

    After refseting password or my Apple id I am not able to update apps from app store

    Welcome to the Apple community.
    Once you've reset the password, you will have to sign out of that account and back into it on each device.

  • I am not able to install apps from the Appstore in Iphone 5c. I tried to switch off my phone and switch it on again. But it still doesnt work

    I am not able to install apps from the Appstore in Iphone 5c. I tried to switch off my phone and switch it on again. But it still doesnt work

    Hello stuti1200
    Check out the troubleshooting article below for issues with access to the iTunes Store. Also there was a small amount of outage accessing the iTunes Store this past Wednesday.
    Can't connect to the iTunes Store
    http://support.apple.com/kb/TS1368
    Apple Services, Stores, and iCloud
    http://www.apple.com/support/systemstatus/
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • HT3702 My Payment Method That Is On Fill Is Correct And My Security Code Is Correct You All Are Telling Me That It Is Invaild And I Can Not Download No Free Apps From The Apps Store!!!!!!!!

    My Payment Method That Is On Fill Is Correct And My Security Code Is Correct You All Are Telling Me That It Is Invaild And I Can Not Download No Free Apps From The Apps Store!!!!!!!!

    The short answer is no.
    Unless you are selling the app via the Enterprise Deployment option, everyone has to download via their own iTunes account ID. Yes, iTunes can be used by multiple IDs but this makes it very messy to resolve later.
    What kind of app is this? Which Expo? If an Expo for selling apps has poor Internet connection I would question the validity of using such an expo in the first place.

Maybe you are looking for

  • How do I change my Apple ID on only one device?

    How do I change my Apple ID on only one device? I inherited my husband's iPhone 5. He cleared it but I set it up with same Apple ID so we could share same iTunes account. However, I realised that there are inconveniences such as not being able to Fac

  • Service Purchase Order will create GR/IR

    Hi, This is with referece to creating Service purchase order. I Created Service Purchase order but when i am doing GR/IR MIGO and Invoice Verification MIRO.it is not allowing me.my question is for Service Purchase order whether we can do GR/IR and al

  • Queries on ODS

    Is there a query on the technical content statistics cube that I can run to figure out how often or not an ODS is being queried? OR Is there any other way of findng this information?

  • Can't find Time Machine backup for restore

    Hard drive died for my MacBook, now I'm trying to restore from the Time Machine file. I have a Linux server set up for Time Machine backup. I've mounted the server to /Volumes/Time Machine, which seems to be working fine, I can see the files there. P

  • Cannot download Yosemite installer. Says click CONTINUE. There's no Continue button!!

    Hi My iMac died. Wouldn't reboot. I'm now booting to an external drive with Yosemite 10.10 on it. My Time Machine backup failed to restore (never but the wifi time machine. If you forget to turn off internet sharing it never backs up!) The failed bac