10.1.3EA to 10.1.3 migration: JSF page won't run, pls help decipher error

Hi:
Tweaking an application built using 10.1.3 EA to get it to run under 10.1.3 production. Lots of bits and pieces that have been worked out, but at a head-pounder now. Sorry to dump so much. If anyone sees a pointer to the problem, would be much appreciated. Here's the error info I get in place of the page I want:
500 Internal Server Error
javax.faces.el.EvaluationException: java.lang.IllegalArgumentException: type mismatch
     at com.sun.faces.el.ValueBindingImpl.setValue(ValueBindingImpl.java:273)
     at com.sun.faces.application.ApplicationImpl.createComponent(ApplicationImpl.java:393)
     at javax.faces.webapp.UIComponentTag.createComponent(UIComponentTag.java:1009)
     at javax.faces.webapp.UIComponentTag.createChild(UIComponentTag.java:1036)
     at javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:749)
     at javax.faces.webapp.UIComponentTag.doStartTag(UIComponentTag.java:429)
     at oracle.adf.view.faces.webapp.UIXComponentTag.doStartTag(UIXComponentTag.java:85)
     at rfqFormjspx._jspService(_rfqForm_jspx.java:84)
     [rfqForm.jspx]
     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.0.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:60)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:416)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:719)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:298)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:42)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:205)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:209)
     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:322)
     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:130)
     at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87)
     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:200)
     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:367)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:336)
     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:196)
     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:87)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:17)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:332)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:218)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:119)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:230)
     at oracle.oc4j.network.ServerSocketAcceptHandler.access$800(ServerSocketAcceptHandler.java:33)
     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:831)
     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.0.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
     at java.lang.Thread.run(Thread.java:595)
Caused by: java.lang.IllegalArgumentException: type mismatch
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:585)
     at com.sun.faces.el.PropertyResolverImpl.setValue(PropertyResolverImpl.java:178)
     at oracle.adfinternal.view.faces.model.FacesPropertyResolver.setValue(FacesPropertyResolver.java:155)
     at com.sun.faces.el.impl.ArraySuffix.setValue(ArraySuffix.java:192)
     at com.sun.faces.el.impl.ComplexValue.setValue(ComplexValue.java:171)
     at com.sun.faces.el.ValueBindingImpl.setValue(ValueBindingImpl.java:234)
     ... 48 more
Thanks.
Johnny Lee

O.K., figured this one out. In EA I had converted a panelPage element to a Page, but had not modified the backing bean code to set and get the new object type. EA didn't seem to mind, but 10.1.3 production picked it up. I'm guessing it has to do with the better integration among the various participants in a page that's part of the production release (and also makes the removal of page components much cleaner).
On to the next!
JLL

Similar Messages

  • Migrating from SQL Server to ORACLE - Pls help

    Hi All,
    I am a .Net developer. I am asked to migrate a project from SQL Server to ORACLE. Can anyone help me how to move forward.
    I used SQLDEVELPOR tool and migrated all the tables. But the Stored Procedures haven't got migrated properly. I need to migrate all the SP's from the scratch.
    Please help me.
    Thanks in advance,
    Srinivasan.T

    You might consider post your question in Migration Bench forum.
    Database and Application Migrations

  • I know my back up exists I can see it on disk utility but migration and disc utility wont work to restore my back up on my new hard drive it shows up with the message "this disk is already in use" i am so done. someone pls help me

    I know my back up exists I can see it on disk utility but migration and disc utility wont work to restore my back up on my new hard drive it shows up with the message "this disk is already in use" i am so done. someone pls help me

    Otherwise software may be attempted to access the drive. The the computer up in Safe Mode by holding shift when you turn it on. Also be sure to power off and on the hard drive itself.

  • I have Adobe Acrobat 7.0 Professional that I want to migrate to my newer laptop running Windows 7. I downloaded the file 22020134.exe to reinstall it on my new computer and I go through the hops and when I put in the Serial Number it tells me its invalid.

    I have Adobe Acrobat 7.0 Professional that I want to migrate to my newer laptop running Windows 7. I downloaded the file 22020134.exe to reinstall it on my new computer and I go through the hops and when I put in the Serial Number it tells me its invalid.

    22020134.exe is the file Adobe say you must download and run to instal Acrobat 7.0 Pro. I went through the  process, the one described in your link, I downloaded the file, ran it, it runs well, except it tells me my serial number is invalid. Now what? Does this mean I now have to discard my Adobe Acrobat 7.0 Professional and start again with a $500 purchase? All I want to do is transfer what I have to another computer.  

  • I migrated photoshop CS4 onto my new mac laptop. Error message on startup: Licensing for this product has stopped working. Error: 150:30

    I migrated photoshop CS4 onto my new mac laptop. Error message on startup: Licensing for this product has stopped working. Error: 150:30 What do I do?

    Uninstall and run the Cleaner Tool
    Uninstall Creative Suite 4 and point products (Mac OS X)
    Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6

  • HT4796 After migrating all of my adobe software (Cs4, cs5, etc.) to my new imac, the software won't open due to many errors. Any help on this?

    After migrating all of my adobe software (Cs4, cs5, etc.) to my new imac, the software won't open due to many errors. Any help on this?

    Welcome to the Apple Support Communities
    Adobe software is conflictive when you use Migration Assistant because their applications don't work properly after migration. If you keep the DVDs or the installers of your software, use them to reinstall all your Adobe applications and they should start working correctly

  • Just got a new imac and my iwork software wont work. I have the serial numbers but after migrating from my old mac running OSX tiger it won't even give me that opportunity. I do not have any discs as this was downloaded. Help

    Just got a new imac and my iwork software wont work. I have the serial numbers but after migrating from my old mac running OSX tiger it won't even give me that opportunity. I do not have any discs as this was downloaded. Help

    Hi, hopefully you guys can help me out, I just
    purchased a G5 iMac to replace my aging dell desktop,
    and now i'm more or less completely os x dependant
    (I've had an ibook for a few months now). Anyway, I
    have a few questions:
    1. Does anyone know of a (free) mail notifier tool,
    that will alert me when I recieve new pop3 mail? I
    used to use AIM for this in windows
    The built in email program does sound an alert for new messages.
    2. Anyone know of a good (free, again) IRC client?
    iChat works well.
    3. I noticed earlier that my screen was flickering,
    it seems to have subsided for now, but is that normal
    to encounter in a new display? It wasn't really bad
    flicker, but I could see it.
    No idea.
    4. I leave my desktops on 24/7x365, will that be a
    problem with this iMac? Display shuts off of course
    after 30 mins
    You could set the iMac to go to sleep after non use. My Macs are
    always sleeping when not in use, waking them up takes seconds.
    Unlike windoze, never knew if it would be locked up or not.
    5. Should I get the extended warranty? I'm usually
    against them, but I am expecting this computer to
    last me at least 3 years (for $1300 it better!)
    before I upgrade, as I got that much out of a Dell
    and from what I understand, Mac's do not age nearly
    as fast as Windows pc's.
    It is well worth the cost. Never know what might happen. Also
    it is good insurance for future upgrades. I traded in my G4 tower
    purchased two years ago for 75% of what I paid for it. Apple care
    transfers, giving the buyer the remainder of your warranty.
    Thank you for any help,
    -Evan

  • HT1338 please give instruction to migrate purchased Pages & Numbers from my MacBook Pro to my MacBook Air? Thank you.

    Can I receive instructions to migrate my Pages & Numbers software from my old MacBook Pro to this computer MacBook Air? Thank you.

    Welcome to the Apple Support Communities
    If you purchased Numbers and Pages on the App Store, you only have to open App Store, login with your Apple ID and go to Purchases tab to install Pages and Numbers.
    If you purchased iWork on a DVD, use the Apple USB SuperDrive or Remote Disc to install Pages and Numbers > http://support.apple.com/kb/HT5287
    If Pages and Numbers came preinstalled, you can't transfer them to the MacBook Air as it can only be used with the MacBook Pro

  • HT4796 I am getting the message "WindowsMigrationAssistantSetup.exe is not a valid Win32 application" when I try to install Migration Assistant on my PC running XP SP3

    I am getting the message "WindowsMigrationAssistantSetup.exe is not a valid Win32 application" when I try to install Migration Assistant on my PC running XP SP3

    That's a Windows PC issue. What is the Mac OS X Lion issue? In other words what are you posting in the Lion forums about?

  • Migrate UIX pages to JSP

    Hi,
    We are trying to migrate UIX pages in our application to JSP pages. We will be keeping out service layer same but, just wanted to replace UIX page with JSP. Can someone guide me to useful information for this migration ? like ...is there any plugin available in JDeveloper or any other info regarding UIX to JSP migration
    Thanks,

    There seem to be some tool from ATG to convert JHTML to JSP:
    http://www.atg.com/en/pages/innovator/techtalk02.html
    From reading this site:
    http://www.dewpoint.com/education/3_1_2_atg.html
    It seems that there is a Dynamo JSP Tag library - you can import it into JDeveloper to make your development easier.
    JDeveloper doesn't have specific features realted to dynamo, just general features that help you work with JSP.

  • HT1277 Mail has gone crazy. Header's and messages are mixed up. New Mac Book Pro. Migrated files from Time machine running snow leopard. Reinstall or new computer needed?

    Mail has gone crazy. Header's and messages are mixed up. New Mac Book Pro. Migrated files from Time machine running snow leopard. Reinstall or new computer needed?

    Ok; I'm not sure what you're doing.    36 hours is rather long.  Seems like a new migration.  Not what I intended.
    Here's what I intended: from the newly-migrated and apparently-corrupt environment, create a new user, not related to any existing user, nor any migration-created user, or any other user for that matter.  That is, use  > System Preferences > Users and Groups, authenticate yourself by clicking on the padlock, and then click the + and create a wholly new user.  Then log in under that user and establish the mail access.
    36 hours?  I'm wondering if there's an error or an exceedingly slow network here?  Or a really, really slow disk?  Or a sick backup?  (WiFi isn't the path I'd usually choose, either.)
    Failing the attempted second migration, I'd try a different tactic.  Does your existing (old) system work?   If so, I'd bypass the backup and connect an external (scratch) USB disk drive to the (old) sstem and then boot and use Disk Utility booted from the installer DVD disk or boot and use Disk Utility from the recovery partition or booted from a recovery partition created on some other external storage (details here vary by the OS X version and what hardware you have), and perform a full-disk backup of your original internal disk to (scratch) external storage.  (Make sure you get the source and target disks chosen correctly here; copying the wrong way — from the scratch disk to your existing disk — will clobber your data!)  In esssence, this will clone your existing boot disk.  Then dismount the (formerly-scratch) external disk, transfer it over to the new system, and use it as the source of the migration, by performing a fresh OS X installation on the new system.
    Target Disk Mode is also sometimes an option for accessing the disk for a migration, but that requires the right cable, and requires systems that have the same external connection; newer MacBook Pro systems use Thunderbolt for this, and older systems tend to use FireWire.  And I'm guessing you don't have compatible hardware.
    The details here can and do vary by your OS X versions and your particular Mac systems — if you'll identify the specific models and hardware, somebody might be able to better tailor the above (fairly generic) sequence to your particular configuration.

  • Changes not reflected on the page after migrating the page to server

    Hi all,
    I have migrated a page to server after making some adding a messageTextInput field but the changes are not getting reflected.
    I followed the following steps to migrate the page:
    1. Copied the page.xml from local machine to server.
    2. Ran the below import command :
    adjava oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/aear/Refunds/webui/RefundCreatePG.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection "(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=aebsw1d.aetna.com)(PORT=1571)) (CONNECT_DATA= (SID=AEBSDEV2)))" -rootPackage $JAVA_TOP
    It said
    Import completed.
    3. Bounced the apache server.
    4. Ran the below script to see the page definition:
    DECLARE
    BEGIN
    jdr_utils.printDocument('/aebsu03/app/AEBSDEV2/apps/apps_st/comn/java/classes/oracle/apps/aear/Refunds/webui/RefundCreatePG',1000);
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE(SQLERRM);
    END;
    It has my messageTextinput field info. But I can't see it on front end. Even though when I run the page from my jdev I am able to see that field.
    Plz guide me if I am missing anything.
    Thanks in advance

    Hi,
    Go to 'about this page' from front end and check the path for this PG.xml and compare that path with the one that you are importing.
    As per my understanding, if this is a custom page, then the path you are using is not correct.
    Let me know if you need more clarification.
    --Sushant
    [email protected]

  • Error:Package migration from version 8 to version 6 failed with error 0xC001700A

    I was about to post a similar question where the package runs fine on VS2013 but errors when I run DTEXEC from the command prompt. 
    Error:
     Code: 0xC0016020
     Source: Package
     Description: Package migration from version 8 to version 6 failed with error 0xC001700A

    Hi TheDenver,
    Based on the error message that “Package migration from version 8 to version 6 failed with error 0xC001700A ", we can infer that the underlying cause is that the current SSIS package is created in SSDT BI 2014 for Visual Studio 2013, while you are trying
    to execute it with SQL Server 2012 DTEXEC. It seems that SQL Server 2014 Integration Services (SSIS) is installed on a machine that has SQL Server 2012 Integration Services (SSIS) installed, multiple versions of the dtexec utility are installed.
    SSIS versions are not backwards compatible. SSDT BI for VS 2013 is used for SQL Server 2014, SSDT BI for VS 2012/SSDT 2010 is used for SQL Server 2012. Please notice that once a package is upgraded from SSIS 2012 package schema to SSIS 2014 package schema,
    the package cannot be downgraded. So we cannot open or execute the SSIS 2014 packages with SSIS 2012 anymore.
    To fix this, please ensure that you run the correct version of the utility, at the command prompt run the utility by entering the full path (<drive>:\Program Files\Microsoft SQL Server\120\DTS\Binn).
    Reference:
    dtexec Utility
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • When I use migration assistant it won't let me use my account name that I'm signed in with.  It requires me to select a different user name and then creates a separate account where my files live.  Why can't I select the user name and account name I have?

    I'm trying to migrate my music and pictures over to my new iMac.  When I use the migration assistant it connects to my PC fine but it won't let me use the account name and username that I have created as the admin.  It requires me to create a new user account - so then I have two separate accounts to log in to which i don't want.  How do I get it to let me use the current account that I have to move my files to?
    Thanks!

    Migration Assistant creates a new account and migrates all the information you have requested to that new account. There is no way around that. However once migrated you can move the data to the account you want to. Here are some instructions for doing so:
    Transferring files from one User Account to another.

  • After applying Hotfix 2910552,while doing Migration from Win XP to Win 8.1 got Error 800700C1

    Hi,
    I have two SCCM Lab. Both have same configuration and hotfix(2910552) installed.
    I am doing hardlink migration from Windows XP to Windows 8.1.
    In one of the lab migration from XP to win 8.1 have successfully implemented after applying the hotfix 2910552,and then after updating the Boot image. But i am getting issue while doing the same on my second lab. The error in log file is 
    Command line execution failed(0x800700C1)
    Failed to install boot image,is not a valid win32 application
    Failed to reboot the system(0x800700C1)
    Thanks
    Pallavi

    Thank you for sharing the solution.
    If your question was resolved/answered, you should mark the thread as "answered".
    Then you should make e new thread/question for the new error you get. This will make it alot easier for other users, modetrators and Microsoft to help you. It will also make it much eaiser for othe people with the same issue to search the forums.
    Thank you.
    Ronni Pedersen | Microsoft MVP - ConfigMgr | Blogs:
    www.ronnipedersen.com/ and www.SCUG.dk/ | Twitter
    @ronnipedersen

Maybe you are looking for

  • 10g Installation on WindowsXP

    Hello, I recently downloaded the 10g Database CD and burned it on a CD. When I try to install it to my WindowsXP-machine the Installation stops with the following error-message: "Error in writing to directory 'c:\documents and settings\tschmale\local

  • HT1338 I have an i mac with OS X 10.5.8  how do i upgrade to maverick?

    I have an imac with OS X 10.5.8  How do I upgrade to Maverick? Thanks,

  • Bit Rate Viewer bad, but plays fine?

    Hi there, For people who have helped me in the past with this problem, i thank you. I finaly got it to play fine on a DVD player in which i could not get it to work on before. However when i look at it in Bit Rate viewer program, the needles drop lik

  • Itunes syncing on only one computer

    Is it just me or is the inability to sync to more than one computer a major mistake? I have had to get a new computer so when I go to sync my touch to update to 4.1 I find out that if I do update to 4.1 itunes will erase everything on my touch. This

  • Having problem with the development environment

    I have trouble with my development environment where I can't see the top portion of the screen. I'm using windows 8 and just download Edge Animate (2014) yesterday.. I uninstall and install the product again and still having the problem.