R12.1.1 / 11.1.0.7 upgrade : Error with 10.1.3.4 patchset upgrade

All,
We are on 12.0.2 / 10.2.0.2 (non-rac) in a split-tier architecture. Web/Forms on the Linux node and Concurrent Managers/Database on the Solaris node. We are now on a project to upgrade this environment to 12.1.1 on 11.1.0.7 db. (Non RAC,Non ASM)
Here are the high level tasks that i laid down
-- Create a project instance (clone from Prod)
-- Upgrade db to 10.2.0.4 from 10.2.0.2
-- Upgrade the techstack Oracle Homes (10.1.2 and 10.1.3)
-- Upgrade the JDK to 1.6.0_X
-- Upgrade 12.0.2 to R12.1.1
-- Upgrade the database to 11.1.0.7
PS: Direct ugprade from 10.2.0.2 to 11.1.0.7 needs us to be on R12 RUP4. So, i decided to do 10g upgrade as an intermediate step. We are following 752619.1 and all the notes that it refers.
We are hitting an issue upgrading the 10.1.3 Oracle home on the Solaris node. The same upgrade completed fine on the Linux node. Here is the description of the issue.
The runInstaller for 10.1.3.4 patchset expects OPMN to be running for a successful patchset installation. On a node with just batch processing enabled, OPMN does not run by default. The installer tries to start OPMN and errors out saying
========
OPMN is failing to start. OPMN must be started in order to correctly install and configure the patchset. Please start OPMN ma
nually in order to continue with the patchset installation.
=========
This is when the installer is at 83%
We tried to start OPMN and managed processes manually using adopmnctl.sh
OPMN starts and is able to start the HTTP server too but not any of the OC4J container components (oacore,forms and oafm). Here are the errors
==========
ias-instance id=afcprj_swafcdev1.swafcdev1.sherwin.com
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ias-component/process-type/process-set:
default_group/oacore/default_group/
Error
--> Process (index=1,uid=1861636864,pid=17677)
failed to start a managed process after the maximum retry limit
Log:
/swafc/applmgr/afcprj/inst/apps/afcprj_swafcdev1/logs/ora/10.1.3/opmn/default_gr
oup~oacore~default_group~1
ias-component/process-type/process-set:
default_group/forms/default_group/
=========
The logfile that it points to does not have any errors. Looking into the other log files within $LOG_HOME/ora/*3/
, we get the following error in oacorestd.err
=========
09/10/05 16:07:10 Error initializing server: Shared library "oracle.ws.jaxrpc" could not be found.
09/10/05 16:07:15 Error: <connector name="OracleASjms" path="OracleASjms.rar" /> will not be bootstrapped since corresponding module declaration was not found in application.xml.
09/10/05 16:07:17 Error initializing server: Shared library "oracle.ws.jaxrpc" could not be found.
========
I saw some notes and tried updating the config xml files and removed the references to oracle.ws.jaxrpc but to no help.
Installer log has the below error when we attempt the "retry" operation in installation screens.
========
fileName = NonExistentFile
searchString = NonExistentString
Query Exception: FileNotFoundException
Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
Query Exception: FileNotFoundException
Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryException
===========
Any help on the above issue? We are never going to use OPMN on this node but stuck here currently !!
Deviating a little bit, if we have to consider moving the concurrent managers out of database node to the
web/forms node (just to avoid having to maintain 2 appl_tops and getting away with doing the above tasks 2 times)
, what are the various things to consider?
-- Network latency
-- R12 being Unified APPL_TOP, can we just try to bring up ICM on Web/Forms node? (just enable the service)
-- We are aware that we might have to move the custom top and test custom programs (especially host programs).
Is there any other considerations when moving Concurrent managers from a Solaris node(64 bit) to Linux node (32 bit) ?
One last question: Why are these adoacore/adoafm scripts taking a long time?
Any feedback is highly appreciated.
Thanks,
Arun

Hi,
Error
--> Process (index=1,uid=1861636864,pid=17677)
failed to start a managed process after the maximum retry limit
Log:
/swafc/applmgr/afcprj/inst/apps/afcprj_swafcdev1/logs/ora/10.1.3/opmn/default_gr
oup~oacore~default_group~1
ias-component/process-type/process-set:
default_group/forms/default_group/Please try the suggested solution in Note: 555214.1 and see if it helps.
Query Exception: FileNotFoundException
Query Exception Class: class oracle.sysman.oii.oiil.OiilQueryExceptionCould you please verify that permissions are set correctly on the application tier node files?
-- R12 being Unified APPL_TOP, can we just try to bring up ICM on Web/Forms node? (just enable the service)Please see (Note: 373611.1 - How to move Concurrent Processing Server from one node to another node) -- Step 3 to 7
-- We are aware that we might have to move the custom top and test custom programs (especially host programs).
Is there any other considerations when moving Concurrent managers from a Solaris node(64 bit) to Linux node (32 bit) ?I would suggest you relink all executable files via adadmin and check then.
Regards,
Hussein

Similar Messages

  • Error with adautocfg.sh on the DB during final stage of upgrade

    Hi ;
    I have same issue like:
    Error with adautocfg.sh on the DB during final stage of upgrade
    i folled documents but somehow i cant recreate xml file
    i use this:
    cd <RDBMS ORACLE_HOME/appsutil/bin
    perl adbldxml.pl
    but nothing happen!! it doesnt do nothing!
    i rename my xml file under <RDBMS ORACLE_HOME/appsutil/ but there is no new xml file!!
    Is anyone know why?
    Thanks

    Hi hussein;
    Those note solved my problem, but i have one other problem now.. when i try to create new context file by usng :
    perl adbldxml.pl tier=db appsuser=apps appspasswd=apps jtop=/u01/VIS/visdb/10.2.0/jre/1.4.2
    i have this error:
    FOLLOWING ERROR OCCURED :
    +3 >= 3+
    StackTrace:
    java.lang.ArrayIndexOutOfBoundsException: 3 >= 3
    at java.util.Vector.setElementAt(Unknown Source)
    at oracle.apps.ad.context.GenerateContext.setJRETOP(GenerateContext.java:7483)
    at oracle.apps.ad.context.GenerateContext.InstantiateRestForDB(GenerateContext.java:3057)
    at oracle.apps.ad.context.GenerateContext.main(GenerateContext.java:8150)
    Upgrade to DB 10g fails with error - cannot generate contextfile
    i found note 369179.1, Note says i need to apply lastest autoconfig patch...
    When i donwload patch 6372396 which is lasest patch number for r11( i sourced r11 env file), and try to apply patch to my system its gives me that:
    AutoPatch error:
    adprdf(): At line 3 in file u6372396.drv:
    This patch is not compatible with your on-site release:
    patch's intended release version and
    on-site          release version
    do not have identical major and minor version numbers (first two components)
    patch's intended release is "11.5.0"
    on-site          release is "12.0.4"
    Processing line   10000.
    Processing line   20000.
    +24658 lines processed.+
    AutoPatch error:
    AutoPatch encountered errors parsing and loading the patch driver file.
    +STRT_TASK: [Prereq checking logic] [] [Sun Jun 28 2009 09:04:57]+
    So i decide to apply autoconfig patch 7237313 for r12, so i source r12 env file and then start path end its ended wihtout error
    After i try to create context file by using this command again:
    perl adbldxml.pl tier=db appsuser=apps appspasswd=apps jtop=/u01/VIS/visdb/10.2.0/jre/1.4.2
    and have still same error :(
    FOLLOWING ERROR OCCURED :
    3 >= 3
    StackTrace:
    java.lang.ArrayIndexOutOfBoundsException: 3 >= 3
    at java.util.Vector.setElementAt(Unknown Source)
    at oracle.apps.ad.context.GenerateContext.setJRETOP(GenerateContext.java:7483)
    at oracle.apps.ad.context.GenerateContext.InstantiateRestForDB(GenerateContext.java:3057)
    at oracle.apps.ad.context.GenerateContext.main(GenerateContext.java:8150)
    so now what i have to do?
    thanks for advice

  • After upgrade to 4.1 from 3.2, admin logon page error with "done error load

    Hello all,
    Just upgraded 3.2 to 4.1. ran @apexins.sql sysaux sysaux temp /i/. Installation was successful and upgrade completed with no errors. When trying to log on to admin page, url changes to admin workarea but with IE we get "done error loading pages" and logon screen doesn't appear. All objects are compiled, accounts are unlocked and valid. Same thing happens when attempting to logon to the applicaiton. Any help would be appreciated. Open SR with oracle support, but no reply since yesterday.
    inital url: https://xxxxxxxx.xxx.com:8443/pls/apex/apex_admin
    ending url: https://xxxxxxxx.xxx.com:8443/pls/apex/f?p=4550:10:903647939084101
    "done error loading pages"
    Edited by: user12128153 on May 18, 2012 2:21 AM

    Hi user12128153 (a real name would be nice),
    a few questions for you.
    Do you experience the same errors with firefox? If so install firebug (if you don't have it already) and see if the errors have to do with missing css etc.
    What application server do you use, OHS/Apex Listener etc?
    Kofi

  • Error with recordsets after upgrade to DW8.02

    I upgraded DW8 with the patch for 8.02
    Now when I open a page that has a recordset I get the
    following error:
    dreamweaver javascript error invalid quantifier
    Then the page opens but I can't see any recordset on the
    right hand side and
    can't do much.
    How can I fix this error ?
    Alejandro

    I was getting errors with making recordsets too, especially
    when creating a variable in advanced mode. The new interface
    includes a dropdown for a variable type and does not let you choose
    to NOT specify a data type. Even if you do, Dreamweaver puts the
    data in the wrong place and the variable doesn't work. I downgraded
    back to 8.0 and have been fine since.
    I submitted a bug report to Macro-dobe, but no word
    yet...

  • Opatch error with IBM AIX6.1 when upgrade from r12.1.1 to r12.1.2

    I'm running E-Business Suite (Oracle Financials AR, AP and GL modules only) r12.1.1 on AIX 6.1. I clean install r12.1.1 from rapidwiz. I'm running one Apps tier and one database tier.
    Now I perform the upgrade to r12.1.2, and I plan the route to be:
    1. Use opatch to apply Database Preparation Path E for DB 11.1.0.7 (ID: 761570.1)
    * 7211965
    * 7330434
    * 7486407
    * 7627743
    * 7639602
    * 7684818
    * 8199107
    * 8639653
    * 8940108
    * 9026927
    * 9066130
    2. Use AutoPatch to apply R12.AD.B.DELTA.2 Patch 8502056
    3. Use AutoPatch to apply Release 12.1.2 Patch 7303033
    4. Use AutoPatch to apply post-R12.1.2's Database Preparation Path E: 5880762.
    5. Use AutoPatch to apply the latest consolidated online help Patch 7303032
    6. Use AutoPatch to apply Workflow Interoperability Patch 8291541
    Questions:
    1. Do I cover all things needed for upgrading from R12.1.1 to R12.1.2, or I have missed or overdone anything?
    2. When I now do the upgrade step 1, which needs to run opatch on Database tier, it says as below:
    orapth@HK01SO90003:7211965 > opatch apply
    Invoking OPatch 11.1.0.6.2
    Oracle Interim Patch Installer version 11.1.0.6.2
    Copyright (c) 2007, Oracle Corporation. All rights reserved.
    Oracle Home : /u01/app/oracle/db/erppth/product/11.1.0
    Central Inventory : /etc/oraInventory/ebs
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.6.2
    OUI version : 11.1.0.7.0
    OUI location : /u01/app/oracle/db/erppth/product/11.1.0/oui
    Log file location : /u01/app/oracle/db/erppth/product/11.1.0/cfgtoollogs/opatch/opatch2010-06-03_21-08-18PM.log
    Unhandled exception
    Type=Segmentation error vmState=0x00000000
    J9Generic_Signal_Number=00000004 Signal_Number=0000000b Error_Value=00000000 Signal_Code=00000033
    Handler1=09001000A04C1C78 Handler2=09001000A04D4538
    R0=000000000000013C R1=0FFFFFFFFFFFE050 R2=0000000111C7FD48 R3=0000000000000400
    R4=0700000000342C40 R5=0000000111855668 R6=00000000000009F8 R7=000000000588800E
    R8=0000000005888008 R9=00000001119CE4C8 R10=0000000111C7F800 R11=0900000003EB3C38
    R12=0900000004379694 R13=000000011000D720 R14=00000001119CE4C8 R15=0000000110098E00
    R16=0000000110E7CD70 R17=0000000111B72E80 R18=09001000A04C53B0 R19=0000000000000002
    R20=0000000111C7F968 R21=00000001119CE5D0 R22=0000000110098E80 R23=0000000000000000
    R24=09001000A04F1A50 R25=09001000A04F13C8 R26=07000000003A36F8 R27=00000001100109B0
    R28=0000000000000000 R29=09001000A04BBC98 R30=0FFFFFFFFFFFE5E0 R31=0700000000342C40
    IAR=0900000003EB3C38 LR=0000000110662D38 MSR=A00000000000D032 CTR=0900000003EB3C38
    CR=2258544B20000004 FPSCR=8200400000000000 XER=2000000482004000
    FPR0 4032000000000000 (f: 0.000000, d: 1.800000e+01)
    FPR1 3ff0000000000000 (f: 0.000000, d: 1.000000e+00)
    FPR2 4033000000000000 (f: 0.000000, d: 1.900000e+01)
    FPR3 3fee666660000000 (f: 1610612736.000000, d: 9.500000e-01)
    FPR4 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR5 4530000000000000 (f: 0.000000, d: 1.934281e+25)
    FPR6 3fb9999999999999 (f: 2576980480.000000, d: 1.000000e-01)
    FPR7 3c63333333333333 (f: 858993472.000000, d: 8.326673e-18)
    FPR8 0000000082024000 (f: 2181185536.000000, d: 1.077649e-314)
    FPR9 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR10 4330000000000000 (f: 0.000000, d: 4.503600e+15)
    FPR11 4026000000000000 (f: 0.000000, d: 1.100000e+01)
    FPR12 3fe8000000000000 (f: 0.000000, d: 7.500000e-01)
    FPR13 4020800000000000 (f: 0.000000, d: 8.250000e+00)
    FPR14 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR15 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR16 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR17 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR18 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR19 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR20 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR21 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR22 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR23 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR24 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR25 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR26 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR27 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR28 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR29 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR30 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    FPR31 0000000000000000 (f: 0.000000, d: 0.000000e+00)
    Module=/u01/app/oracle/db/erppth/product/11.1.0/jdk/jre/bin/libj9jit23.so
    Module_base_address=0900000003E89000
    Target=2_30_20070131_11312_BHdSMr (AIX 6.1)
    CPU=ppc64 (4 logical CPUs) (0x300000000 RAM)
    JVMDUMP006I Processing Dump Event "gpf", detail "" - Please Wait.
    JVMDUMP007I JVM Requesting System Dump using '/u02/oradata/staging/r12.1.2/DBPathE/7211965/core.20100603.210818.14745612.dmp'
    JVMDUMP010I System Dump written to /u02/oradata/staging/r12.1.2/DBPathE/7211965/core.20100603.210818.14745612.dmp
    JVMDUMP007I JVM Requesting Snap Dump using '/u02/oradata/staging/r12.1.2/DBPathE/7211965/Snap0001.20100603.210818.14745612.trc'
    JVMDUMP010I Snap Dump written to /u02/oradata/staging/r12.1.2/DBPathE/7211965/Snap0001.20100603.210818.14745612.trc
    JVMDUMP007I JVM Requesting Java Dump using '/u02/oradata/staging/r12.1.2/DBPathE/7211965/javacore.20100603.210818.14745612.txt'
    JVMDUMP012E Error in Java Dump: /u02/oradata/staging/r12.1.2/DBPathE/7211965/javacore.20100603.210818.14745612.txt
    JVMDUMP013I Processed Dump Event "gpf", detail "".
    OPatch failed with error code 160
    I also experience this when I run:
    opatch lsinventory
    Please help to solve this problem. Is it also OUI problem? I have tried to upgrade opatch version, and it still cannot solve the problem.
    I once tried patch 9216848, it makes the opatch work, but later when I finished installing this patch, I cannot see the forms as it says "magic number problem". Also the adworker always hangs when I do upgrade on R12.1.2 Patch 7303033. So I dun think it is a solution.

    Hi
    a. cannot open forms with FRM-92101 error code as it says "magic number" issuePlease post the complete error message.Error log of ora/10.1.3/j2ee/forms/forms_default_group_1/application.log
    10/06/02 21:03:03.552 formsweb: 10.1.3.4.0 Started
    10/06/02 21:08:06.396 formsweb: ListenerServlet init()
    10/06/02 21:08:07.781 formsweb: Forms session <1> aborted: runtime process failed during startup with errors exec(): 0509-036 Cannot load program /u01/app/oracle/as/erpdev/product/10.1.2/bin/frmweb because of the following errors:
         0509-150 Dependent module /u01/app/oracle/as/erpdev/product/10.1.2/jdk/jre/bin/classic/libjvm.a could not be loaded.
         0509-103 The module has an invalid magic number.
    10/06/02 21:08:07.784 formsweb: Forms session <1> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <1> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    10/06/02 22:02:03.689 formsweb: Forms session <2> aborted: runtime process failed during startup with errors exec(): 0509-036 Cannot load program /u01/app/oracle/as/erpdev/product/10.1.2/bin/frmweb because of the following errors:
         0509-150 Dependent module /u01/app/oracle/as/erpdev/product/10.1.2/jdk/jre/bin/classic/libjvm.a could not be loaded.
         0509-103 The module has an invalid magic number.
    10/06/02 22:02:03.689 formsweb: Forms session <2> exception stack trace:
    oracle.forms.engine.RunformException: Forms session <2> failed during startup: no response from runtime process
         at oracle.forms.servlet.RunformProcess.connect(Unknown Source)
         at oracle.forms.servlet.RunformProcess.dataToRunform(Unknown Source)
         at oracle.forms.servlet.RunformSession.dataToRunform(Unknown Source)
         at oracle.forms.servlet.ListenerServlet.doPost(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
         at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
         at java.lang.Thread.run(Thread.java:735)
    b. getting hanged in adworkers when compiling objects in applying 7303033 patchAny errors in the workers log files?One of the Adworker log:
    The adpatch is hanged because some of its adworkers get this fault:
    Start time for file is: Thu Jun 03 2010 10:49:29
    JDBC connect string from AD_APPS_JDBC_URL is
    (DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=HK01SO90003.hkg.mizuho-sc.com)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=pth)))
    adjava oracle.apps.ad.worker.AdJavaWorker "(DESCRIPTION=(ADDRESS_LIST=(LOAD_BALANCE=YES)(FAILOVER=YES)(ADDRESS=(PROTOCOL=tcp)(HOST=HK01SO90003.hkg.mizuho-sc.com)(PORT=1527)))(CONNECT_DATA=(SERVICE_NAME=pth)))" APPS ***** thin 8 /u01/app/oracle/as/erppth/appl/admin/adUtilMapNew.txt
    Copyright (c) 2002 Oracle Corporation
    Redwood Shores, California, USA
    AD Java
    Version 12.0.0
    NOTE: You may not use this utility for custom development
    unless you have written permission from Oracle Corporation.
    Reading product information from file...
    Reading language and territory information from file...
    Reading language information from applUS.txt ...
    Temporarily resetting CLASSPATH to:
    "/u01/app/oracle/as/erppth/appl/ad/12.0.0/java/adjava.zip:/u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/lib/dt.jar:/u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/lib/tools.jar:/u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/jre/lib/rt.jar:/u01/app/oracle/as/erppth/comn/java/lib/appsborg.zip:/u01/app/oracle/as/erppth/product/10.1.2/forms/java:/u01/app/oracle/as/erppth/product/10.1.2/forms/java/frmall.jar:/u01/app/oracle/as/erppth/product/10.1.2/jlib/ewt3.jar:/u01/app/oracle/as/erppth/product/10.1.2/j2ee/OC4J_BI_Forms/applications/formsapp/formsweb/WEB-INF/lib/frmsrv.jar:/u01/app/oracle/as/erppth/comn/java/classes"
    Calling /u01/app/oracle/as/erppth/product/10.1.3/appsutil/jdk/jre/bin/java ...
    Exception in thread "main" java.sql.SQLRecoverableException: Io exception: There is no process to read data written to a pipe.
         at oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:101)
         at oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:133)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:199)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:263)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:521)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:418)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:510)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:203)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:33)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:510)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at java.sql.DriverManager.getConnection(Unknown Source)
         at oracle.apps.ad.worker.AdJavaWorker.getAppsConnection(AdJavaWorker.java:1041)
         at oracle.apps.ad.worker.AdJavaWorker.main(AdJavaWorker.java:276)
    Caused by: java.net.SocketException: There is no process to read data written to a pipe.
         at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:103)
         at java.net.SocketOutputStream.write(SocketOutputStream.java:147)
         at oracle.net.ns.DataPacket.send(DataPacket.java:150)
         at oracle.net.ns.NetOutputStream.flush(NetOutputStream.java:180)
         at oracle.net.ns.NetInputStream.getNextPacket(NetInputStream.java:169)
         at oracle.net.ns.NetInputStream.read(NetInputStream.java:117)
         at oracle.net.ns.NetInputStream.read(NetInputStream.java:92)
         at oracle.net.ns.NetInputStream.read(NetInputStream.java:77)
         at oracle.jdbc.driver.T4CMAREngine.unmarshalUB1(T4CMAREngine.java:1034)
         at oracle.jdbc.driver.T4CMAREngine.unmarshalSB1(T4CMAREngine.java:1010)
         at oracle.jdbc.driver.T4CTTIoauthenticate.receiveOauth(T4CTTIoauthenticate.java:760)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:368)
         ... 8 more
    BTW, I'd like to ask where's my Database Initialiation File? I find init.ora and init<SID>.ora in $ORACLE_HOME/dbs in DB Tier, but I cannot find the lines -- pgamax_size. Which file I should edit and what things should I add / remove /edit?
    pgamax_size is a hidden parameter (why you need to set this one?).
    The PGAMAX_SIZE hidden parameter
    http://dba-blog.blogspot.com/2005/08/pgamaxsize-hidden-parameter.html
    I want to set the Database Initialiation File because in Database Preparation Guidelines (ID: 761570.1), it says that:
    1. Before performing any Applications upgrade or maintenance operations, customers must add the following to the database intialization file to disable fast validation for PL/SQL recompilations:
    disablefast_validate=TRUE
    The line should be commented out during the normal operation of the Applications system.
    2. Customers using Oracle iRecruitment on Oracle Database 11gR1 must add the following line to their database initialization file::
    event="31151 trace name context forever, level 0x100"
    Setting this event provides a fix for the issue reported in bug 6952870.
    3. If you encounter the error:
    ORA-04030: out of process memory when trying to allocate 822904 bytes (pga heap, kco buffer)
    ORA-07445: exception encountered: core dump [dbgtfdFileWrite()+48]
    set the pgamax_size initialization parameter to a larger value as follows: pgamax_size=104857600
    and restart your database.
    I wonder where I can modify these three parameters (which file to edit, and whether it is append / delete / modify values). Or I do not need to do these three points, or even I do not need to go through Database Preparation Guidelines (ID: 761570.1) because my database is 10.3.4 already?
    Thanks!

  • In R12.1.3 we get FRM-40735: ON-ERROR trigger raised unhandled exception.

    Hello,
    after we upgrade to R12.1.3 users are getting FRM-40735: ON-ERROR trigger raised unhandled exception ORA-01001, can you please help to resolve this issue immediately.

    Can you provide the list of patches you have applied?
    In addition to the log files mentioned above, please confirm that you have no invalid objects in the database.
    Loading the System Administrator Forms Responibility Produces Error FRM-40735,ORA-06508 (Doc ID 271652.1)
    Oracle Application Return The following Error FRM-40735: ON-ERROR trigger raised unhandled exception ORA-6508 (Doc ID 797293.1)
    After Migrating To Linux, Users Are Seeing FRM-40735 When Trying To Access Forms. (Doc ID 1282488.1)
    Thanks,
    Hussein

  • How to install EBS R12.2.3 without 11.2.0.3 but with existing 11.2.0.4

    If i have installed  Oracle 11.2.0.4 RDBMS ,  and did not want to install  11.2.0.3 while install EBS R12.2.0 , and just use  existing 11.2.0.4 .
    can i install EBS VISION database separately  ?      if yes,  how to install   ? 
    In addition , the FRESH PROD database include only metadata such as table structure , packages ... , NO DATA  ?   and VISION database
    includes all metadata in  FRESH PROD and also include table data   ?    

    Pl see your other post - How to install EBS R12.2.3  ?
    If i have installed  Oracle 11.2.0.4 RDBMS ,  and did not want to install  11.2.0.3 while install EBS R12.2.0 , and just use  existing 11.2.0.4 .
    can i install EBS VISION database separately  ?      if yes,  how to install   ? 
    You will have to perform a complete install of 12.2.0 with 11.2.0.3 database, then perform a database upgrade to 11.2.0.4. You cannot use an existing 11.2.0.4 install.
    In addition , the FRESH PROD database include only metadata such as table structure , packages ... , NO DATA  ?   and VISION database
    includes all metadata in  FRESH PROD and also include table data   ?    
    Fresh PROD database will include seed data, but no user data (which you will have to populate). VISION includes seed and sample data for fictional Vision corporation.

  • New error with upgrade jboss/tomcat: "Connection handle has been closed and is unusable"

    Hi,
    This error suddenly appeared when we upgraded from jboss3/tomcat5.0 to jboss4.2/tomcat5.5.
    here's the usecase:
    1) User clicks on report link
    2) Crystal reports web componnent displays screen to fill in report parameters.
    3) user enters parameters and clicks submit
    4) System throws Exception
    The same reports worked fine with jboss 3.2.6/tomcat 5.0. We haven't touched anything in this realm.
    Log Excerpt:
    09:42:18,842 INFO  [datasource] Openning rowset
    09:42:18,904 ERROR [reportdefinition] com.crystaldecisions.reports.queryengine.driverImpl.m: JDBC Error: Connection handle has been closed and is unusable
    09:42:18,905 ERROR [datasource] Failed to open rowset: the query failed to open rowset
    com.crystaldecisions.reports.reportdefinition.datainterface.g: JDBC Error: Connection handle has been closed and is unusable
         at com.crystaldecisions.reports.reportdefinition.datainterface.d.a(Unknown Source)
    To try to narrow down the problem, I've updated the jdbc configuration to
         <track-statements>true</track-statements>   
    here's a recap:
    This Boolean element specifies whether to check for unclosed statements when a connection is returned to the pool. If it is true, a warning message is issued for each unclosed statement. If the log4j category org.jboss.resource.adapter.jdbc.WrappedConnection has trace level enabled, a stack trace of the connection close call is logged as well. This is a debug feature that can be turned off in production.
    Interestingly enough, this error appears slightly upstream:
    (CachedConnectionManager.java:526) - Closing a connection for you.  Please close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection@c76003
    java.lang.Throwable: STACKTRACE
         at
    org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
         at com.crystaldecisions.reports.queryengine.driverImpl.k.a(Unknown Source)
         at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.new(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.byte(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
         at com.crystaldecisions.reports.dataengine.ba.try(Unknown Source)
         at com.crystaldecisions.reports.common.av.a(Unknown Source)
         at com.crystaldecisions.reports.common.ag.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown
    So the question arises:
    1) Is the jboss datasource overly/aggressively closing result sets?
    2) or is there a coding error in CRXIR2?
    thanks,
    bill
    Full stack trace:
    [2008-03-13 17:26:18,905] [INFO ] org.jboss.resource.connectionmanager.CachedConnectionManager (CachedConnectionManager.java:526) - Closing a connection for you.  Please close them yourself: org.jboss.resource.adapter.jdbc.WrappedConnection@c76003
    java.lang.Throwable: STACKTRACE
         at org.jboss.resource.connectionmanager.CachedConnectionManager.registerConnection(CachedConnectionManager.java:290)
         at org.jboss.resource.connectionmanager.BaseConnectionManager2.allocateConnection(BaseConnectionManager2.java:417)
         at org.jboss.resource.connectionmanager.BaseConnectionManager2$ConnectionManagerProxy.allocateConnection(BaseConnectionManager2.java:842)
         at org.jboss.resource.adapter.jdbc.WrapperDataSource.getConnection(WrapperDataSource.java:88)
         at com.crystaldecisions.reports.queryengine.driverImpl.k.a(Unknown Source)
         at com.crystaldecisions.reports.queryengine.driverImpl.o.if(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.new(Unknown Source)
         at com.crystaldecisions.reports.queryengine.av.byte(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.b.a(Unknown Source)
         at com.crystaldecisions.reports.reportdefinition.datainterface.j.a(Unknown Source)
         at com.crystaldecisions.reports.dataengine.ba.try(Unknown Source)
         at com.crystaldecisions.reports.common.av.a(Unknown Source)
         at com.crystaldecisions.reports.common.ag.a(Unknown Source)
         at com.businessobjects.reports.sdk.b.e.a(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.cf.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.z.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ak.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ad.int(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bk.for(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.v.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.v.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setTableLocation(Unknown Source)
         at com.crystaldecisions.reports.sdk.DatabaseController.setTableLocation(Unknown Source)
         at org.apache.jsp.reports.processreport_jsp.switchTables(processreport_jsp.java:131)
         at org.apache.jsp.reports.processreport_jsp.loadReport(processreport_jsp.java:68)
         at org.apache.jsp.reports.processreport_jsp._jspService(processreport_jsp.java:227)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.shared.pagecache.client.PageCacheFilter.doFilter(PageCacheFilter.java:760)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.util.servlet.ExpiredPasswordFilter.doFilter(ExpiredPasswordFilter.java:92)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.pe.channels.client.servlet.ChannelUrlFilter.processUrl(ChannelUrlFilter.java:168)
         at com.participate.pe.channels.client.servlet.ChannelUrlFilter.doFilter(ChannelUrlFilter.java:100)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.util.servlet.BlockIpAddressFilter.doFilter(BlockIpAddressFilter.java:224)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.outstart.multiapp.filters.KeepOtherSessionsAliveFilter.doFilter(KeepOtherSessionsAliveFilter.java:88)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.participate.util.servlet.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:151)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
         at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
         at java.lang.Thread.run(Thread.java:619)

    <p>
    OK. I found the problem along with a workaround.
    </p>
    <p>
    <strong>The problem:</strong>
    </p>
    <p>
    a programming practice clashes with a new jboss 'safety check'.
    </p>
    <p>
    <strong>Programming practice:</strong>
    </p>
    <p>
    crystal reports gets a database connection in one jsp page, then tries to use it on another jsp/servlet
    </p>
    <p>
    <strong>Jboss safety check:</strong>
    Jboss/tomcat new comes configured out-of-the-box with a 'cached connection
    manager', which
    </p>
    <p>
    "Check[s] for unclosed connections and transaction terminated checks in servlets/jsps."
    </p>
    <p>
    <strong> Summary</strong>
    </p>
    <p>
    In short, if a servlet/jsp ends and it leaves a database connection open, Jboss will automatically close it.
    </p>
    <p>
    </p>
    <p>
    <strong>Workaround:</strong><br />
    Comment out two entries in these two files:
    </p>
    <p>
    1) conf/jboss4/pe/deploy/jboss-web.deployer/server.xml
    </p>
    <p>
    2) conf/jboss4/pe/deploy/jboss-web.deployer/META-INF/jboss-service.xml
    </p>
    <p>
    The two entries:
    </p>
    <p>
    </p>
    <p>
    1)
    </p>
    <p>
                 <Valve className="org.jboss.web.tomcat.service.jca.CachedConnectionValve"<br />
                    cachedConnectionManagerObjectName="jboss.jca:service=CachedConnectionManager"<br />
                    transactionManagerObjectName="jboss:service=TransactionManager" /><br />
    </p>
    <p>
    2)
    </p>
    <p>
          <depends>jboss.jca:service=CachedConnectionManager</depends><br />
    </p>
    <p>
    </p>
    <p>
    <strong>Comments on the workaround</strong>
    </p>
    <p>
    The 'cached connection manager' basically makes sure that the application cleans up after bad programmers. It seems most helpful in development, load testing, or trouble shooting.
    </p>
    <p>
    In production,  you can likely  comment them out with minimal
    impact on the application.
    </p>

  • Afterf vs 6 upgrade. my outlook exchange site loads, but can't maneuver...when I click on something it locks up showing an error with java...can't read all as it locks

    after vs 6 upgrade. my outlook exchange site loads, but can't maneuver within page. when I click on something it won't move, but locks up and an error message comes up mentioning java problem...but can't read it all as the page is locked. needs to x out and reload.
    its the web page version of outlook exchange. there may also be a couple of other sites..after it loads, can't click on anything..no response....checked for latest version of java...and it verified I have latest.
    never happended before

    Whaoo,
       Looks like all I needed to do was ask the question and I would answer it. 
    It is definitely the outlook 2013 calendar item that had the new status.  Even though I changed the item to a valid status, I needed to completely remove the item and add it back in with a valid legacy status from the start. 
    -The Steve

  • Constant errors with Premiere Elements/Photoshop 7 - will upgrade to 9 help?

    I currently have Premiere Elements 7 and Photoshop 7 on my computer. Both crash a lot, often with no error messages. I also cannot seem to backup my Photoshop files. I want to purchase and install Premiere Elements 9 (and Photoshop) but am worried about losing my existing images/video. I'm also concerned that I will have the same issues once I upgrade to version 9.
    If I cannot backup these files, is it probable that I will lose them? Any advice is appreciated.

    You need to give more information for someone to help
    http://forums.adobe.com/thread/416679
    Some specific information that is needed...
    Brand/Model Computer (or Brand/Model Motherboard if self-built)
    How much system memory you have installed, such as 2Gig or ???
    Operating System version, such as Win7 64bit Pro... or whatevevr
    -including your security settings, such as are YOU the Administrator
    -and have you tried to RIGHT click the program Icon and then select
    -the Run as Administrator option (for Windows, not sure about Mac)
    Your Firewall settings and brand of anti-virus are you running
    Brand/Model graphics card, sush as ATI "xxxx" or nVidia "xxxx"
    -or the brand/model graphics chip if on the motherboard
    -and the exact driver version for the above graphics card/chip
    -and how much video memory you have on your graphics card
    Brand/Model sound card, or sound "chip" name on Motherboard
    -and the exact driver version for the above sound card/chip
    Size(s) and configuration of your hard drive(s)... example below
    -and how much FREE space is available on each drive (in Windows
    -you RIGHT click the drive letter while using Windows Explorer
    -and then select the Properties option to see used/free space)
    While in Properties, be sure you have drive indexing set OFF
    -for the drive, and for all directories, to improve performance
    My 3 hard drives are configured as... (WD = Western Digital)
    1 - 320G WD Win7 64bit Pro and all programs
    2 - 320G WD Win7 swap file and video projects
    3 - 1T WD all video files... read and write
    Some/Much of the above are available by going to the Windows
    Control Panel and then the Hardware option (Win7 option name)
    OR Control Panel--System--Hardware Tab--Device Manager for WinXP
    Plus Video-Specific Information http://forums.adobe.com/thread/459220?tstart=0
    And, finally, the EXACT type and size of file that is causing you problems
    -for pictures, that includes the camera used and the pixel dimensions
    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037?tstart=0
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811?tstart=0
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037?tstart=0
    For PC http://www.headbands.com/gspot/ or http://mediainfo.sourceforge.net/en
    For Mac http://mediainfo.massanti.com/
    Read Bill Hunt on editing a VOB/MPG file http://forums.adobe.com/thread/464549?tstart=0
    Edit Vob http://premierepro.wikia.com/wiki/FAQ:How_do_I_import_VOB_files_/_edit_a_DVD%3F
    Read Hunt on Using MOD/TOD files http://forums.adobe.com/thread/699990?tstart=0
    Also, For Windows (not sure about Mac) This is aimed at Premiere Pro, but may help
    Work through all of the steps (ideas) listed at http://forums.adobe.com/thread/459220?tstart=0
    If your problem isn't fixed after you follow all of the steps, report back with ALL OF THE DETAILS asked for in the FINALLY section at the troubleshooting link

  • Error with JDEV upgrading from 11.1.1.3 to 11.1.1.7

    Hi
    We have portal application built on Jdev version 11.1.1.3 (Weblogic 10.3.3 and jdk 1.6.0_18).
    Recently we started upgrading to Jdev version 11.1.1.7 (weblogic 10.3.5 and jdk 1.6.0_24). we built the application with 11.1.1.7 middleware, during the run time application failing with below stack trace.
    2013-10-02 16:31:20,948 exception.PortalViewErrorHandler 48
    ERROR - ASURAJ - handleException : beginThe class 'oracle.adfinternal.controller.state.ViewScope' does not have the property 'npsnfibean'.
    2013-10-02 16:31:20,951 exception.PortalViewErrorHandler 49
    ERROR - ASURAJ - handleException : begin {}
    javax.el.PropertyNotFoundException: The class 'oracle.adfinternal.controller.state.ViewScope' does not have the property 'npsnfibean'.
        at javax.el.BeanELResolver.getBeanProperty(BeanELResolver.java:547)
        at javax.el.BeanELResolver.getValue(BeanELResolver.java:249)
        at com.sun.faces.el.DemuxCompositeELResolver._getValue(DemuxCompositeELResolver.java:173)
        at com.sun.faces.el.DemuxCompositeELResolver.getValue(DemuxCompositeELResolver.java:200)
        at oracle.adf.share.el.VariableResolverELContext$1.getValue(VariableResolverELContext.java:53)
        at com.sun.el.parser.AstValue.getValue(Unknown Source)
        at com.sun.el.ValueExpressionImpl.getValue(Unknown Source)
        at oracle.adf.share.el.OracleExpressionEvaluatorImpl.evaluate(OracleExpressionEvaluatorImpl.java:114)
        at oracle.adf.share.el.OracleExpressionEvaluatorImpl.evaluate(OracleExpressionEvaluatorImpl.java:69)
        at oracle.adf.model.binding.DCUtil.elEvaluate(DCUtil.java:753)
        at oracle.adf.controller.internal.binding.RegionUtils.getTaskFlowId(RegionUtils.java:570)
        at oracle.adf.controller.internal.binding.TaskFlowRegionModelLocal.getTaskFlowId(TaskFlowRegionModelLocal.java:28)
        at oracle.adf.controller.internal.binding.DCTaskFlowBinding.getTaskFlowId(DCTaskFlowBinding.java:629)
        at oracle.adf.controller.internal.binding.DCTaskFlowBinding.shouldRefreshRegion(DCTaskFlowBinding.java:661)
        at oracle.adf.controller.internal.binding.TaskFlowRegionController.doRegionRefresh(TaskFlowRegionController.java:198)
        at oracle.adf.controller.internal.binding.TaskFlowRegionController.refreshRegion(TaskFlowRegionController.java:119)
        at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3211)
        at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2883)
        at oracle.adf.controller.internal.binding.TaskFlowRegionController.doRegionRefresh(TaskFlowRegionController.java:253)
        at oracle.adf.controller.internal.binding.TaskFlowRegionController.refreshRegion(TaskFlowRegionController.java:119)
        at oracle.adf.model.binding.DCBindingContainer.internalRefreshControl(DCBindingContainer.java:3211)
        at oracle.adf.model.binding.DCBindingContainer.refresh(DCBindingContainer.java:2883)
        at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.prepareRender(PageLifecycleImpl.java:565)
        at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.prepareRender(FacesPageLifecycle.java:82)
        at oracle.adf.controller.v2.lifecycle.Lifecycle$9.execute(Lifecycle.java:224)
        at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:197)
        at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$400(ADFPhaseListener.java:34)
        at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$5.before(ADFPhaseListener.java:516)
        at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:76)
        at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:378)
        at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:237)
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:266)
        at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
        at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
        at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
        at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:128)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
        at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
        at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
        at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at com.netapp.everest.security.EverestSSOFilter.doFilter(EverestSSOFilter.java:230)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:71)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
        at java.security.AccessController.doPrivileged(Native Method)
        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
        at java.security.AccessController.doPrivileged(Native Method)
        at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
        at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
        at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
        at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
        at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
        at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
        at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
        at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
        at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
        at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
        at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
        at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    Please note,
    Application is working on 11.1.1.3 middleware.
    And if we build the application with 11.1.1.3 middleware (and jdk 1.6.0.18) and run it on 11.1.1.7 middleware, it works perfectly fine.

    Hi
    Thanks for your reply.
    In my case, I have the bounded task-flow. I have the bean ('npsnfibean') configured in the task-flow as view scope. And I have the view (jsff) used in the same task-flow. This view has some other jsff included in that and these included jsff also uses the npsnfibean.
    I am seeing this error just after the control moved from router to page. There are no other log messages displayed. I don't think this is the issue of configuring the bean in out of scope.
    Can you please help me to debug this.It would be great if you can provide the defect number which is fixed in 11.1.1.7
    Thanks in advance
    Umashankara

  • Error with deploying to IntegratedWebLogicServer upon upgrade to 11.1.1.3.0

    Hi All,
    I am new to JDeveloper and do not understand this error.
    I have a application which ran before I upgraded to the new JDeveloper. The application uses EJB and I want to test them out in the web server so I create a sample client using the "New Sample Java Client" option when right clicking on the EJB bean. The EJB bean uses annotations to create the JNDI table. Here is the error.
    [01:31:57 PM] ---- Deployment started. ----
    [01:31:57 PM] Target platform is (Weblogic 10.3).
    [01:31:57 PM] Retrieving existing application information
    [01:31:57 PM] Running dependency analysis...
    [01:31:57 PM] Deploying 4 profiles...
    [01:31:58 PM] Wrote Web Application Module to C:\Users\rleonesi\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\cspy\WebViewWebApp.war
    [01:31:58 PM] Wrote Web Application Module to C:\Users\rleonesi\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\cspy\EJBModelWebApp.war
    [01:31:58 PM] Wrote EJB Module to C:\Users\rleonesi\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\cspy\EJBModelEJB.jar
    [01:31:58 PM] Wrote Enterprise Application Module to C:\Users\rleonesi\AppData\Roaming\JDeveloper\system11.1.2.1.38.60.81\o.j2ee\drs\cspy
    [01:31:58 PM] Deploying Application...
    <May 7, 2012 1:31:59 PM MDT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1336419119130' for task '1'. Error is: 'weblogic.application.ModuleException: Exception preparing module: EJBModule(EJBModelEJB.jar)
    Unable to deploy EJB: DAOSessionEJB from EJBModelEJB.jar:
    [EJB:011055]Error deploying the EJB 'DAOSessionEJB(Application: cspy, EJBComponent: EJBModelEJB.jar)', the JNDI name 'cspy-EJBModel-DAOSessionEJB#com.oracle.storage.teq.cspy.beans.DAOSessionEJBRemote' is already in use. You must set a different JNDI name in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB before it can be deployed.
    weblogic.application.ModuleException: Exception preparing module: EJBModule(EJBModelEJB.jar)
    Unable to deploy EJB: DAOSessionEJB from EJBModelEJB.jar:
    [EJB:011055]Error deploying the EJB 'DAOSessionEJB(Application: cspy, EJBComponent: EJBModelEJB.jar)', the JNDI name 'cspy-EJBModel-DAOSessionEJB#com.oracle.storage.teq.cspy.beans.DAOSessionEJBRemote' is already in use. You must set a different JNDI name in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB before it can be deployed.
    When I look at the weblogic-ejb-jar.xml the only think in it is:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-ejb-jar xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-ejb-jar http://www.bea.com/ns/weblogic/weblogic-ejb-jar/1.0/weblogic-ejb-jar.xsd"
    xmlns="http://www.bea.com/ns/weblogic/weblogic-ejb-jar">
    </weblogic-ejb-jar>
    Any help would be helpful.
    Thanks,
    Ron

    Check your integrated wls if the EJB is already deployed on the server. Sometimes (e.g. if you close jdev without stopping the server) an older deployment is still present on the server.
    Timo

  • Error with the upgrade to exiv2

    Hello,
    In the usual today upgrade, one of the pkg's that have been upgraded has been exiv2 (version 0.13). All the process went fine, but executing digikam, this error appears, and aborts the process:
    digikam: error while loading shared libraries: libexiv2-0.12.so: cannot open shared object file: No such file or directory
    Would digikam be recompiled against exiv-0.13?
    Bye

    Done:
    http://bugs.archlinux.org/task/6549
    But i can't see it when making a search by date. Only when i look for tasks open by me. Is there a time before it appears? I'd like to make sure that i haven't done anything bad. It was my first bug :-o

  • You Cannot select assembly order for deletion error with BAPI_SALESORDER_CAHNGE after EHP6 upgrade

    Hi All,
    We are using Z transaction to update Wbs element data to sales order line item through BAPI_SALESORDER_CHANGE. After EHP6 upgrade while updating Wbs element data to old sales orders(Created before EHP6 upgrade)  we are getting  You cannot select assembly order < order number> for deletion (V1 748) error in BAPI return table, For multiple Sales order run.
    But if  we run the same order individually it is getting processed successfully. W e are passing the same values in individual and multiple case.
    We debugged the BAPI and found one more error related to Authorization, But BAPI return table is giving different error (V1 748)message. Please help us in finding the issue.

    Hi Sujay..
    Please check.
    http://help.sap.com/saphelp_47x200/helpdata/en/b7/58c4c87e0811d2b66a0000e82d8bd1/frameset.htm

  • Oracle R12 on Win XP Post Fresh Install  Form Error

    Hi Guys,
    Please has anyone successfully and permanently resolved this issue after successfully installing and logged on to Oracle Apps R12 but consistently getting this error when trying to log on again to the forms. I installed R12 directly on Winxp and using IE8 as the browser.
    "Frm-92101: There was a failure in the forms server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details"
    Steps followed to try to resolve issue but failed include:
    Running successfully Autoconfig cmd,
    Stopping/starting oracle process manager(Failed to stop but starting indicates services already running)
    Disabling XSS filter.
    Stopping and starting Oracle services
    Anymore ideas will be appreciated.
    Please do not provide me with metalink ids as I d not currently have access to it. I need direct solution if any.
    Thanks in advance
    Ify
    Edited by: Ify on 27-Jun-2012 08:01

    "Frm-92101: There was a failure in the forms server during startup. This could happen due to invalid configuration. Please look into the web-server log file for details"Check the application.log file for details about the error.
    Please do not provide me with metalink ids as I d not currently have access to it. I need direct solution if any.Please note that posting the contents of MOS docs violates Oracle Support agreement policy and that is why we post the Doc ID instead of posting its contents.
    Thanks,
    Hussein

Maybe you are looking for

  • File Upload and Download with XSQL Utility

    Dear all, I'm working on a Web-based application to communicate with users. This application is based on the XSQL-Utility (XSU). Currently I cannot find any possibility to pass an arbitrary binary file from the client side to store it in a LOB column

  • Dynamic class instantiation

    Win2000 SunOne Studio J2SE I am developing an application. I would like to instantiate classes and invoke methods dynamically, given a string containing the name of the class and/or a string containing the name of the method. I have the following cod

  • EJB-QL rownum

    in EJB-QL of an Entity Bean , can I select the first 10 rows from the table and if it's possible can I change it to the 10-20 rows?

  • Width of Textfield

    Hello, I'm using Netbeans 6.1 with the bundled Glassfish. I'd like to define the width of a textfield with the width-property of a CSS-style. But this is totaly ignored. And when I delete the "column"-property it is treated as if I defined "column=20

  • HT201303 How do we Change are apple I'd scuerity questions

    How do u change your scuerity questions so I  can get ringtones for my iPhone?