Applying patch to embedded OC4J

Hi,
On the 18th of October, Oracle released a patch numbered "5608209" for OC4J. One of the bugs it fixes is "5604102", which renders the WebWork framework almost useless on 10.1.3.
Now, my question is, is there an equivalent patch that can be installed on JDeveloper to fix that issue in the embedded OC4J that comes along with JDeveloper 10.1.3?
Thanks

Hi Tarek,
I was in the same situation as you are. I asked for help on MetaLink and they replied with a few command prompt lines, which worked. However, I needed to have a generic way of installing any patch to any OC4J installation (JDeveloper embedded, standalone or OracleAS), so I wrote a batch script to do the work.
I've changed it slightly since the patch you mentioned has slightly different contents to the ones I've had previously.
Save the text below as orapatch.bat, then run it from the command prompt (where you saved the batch file) with the command: orapatch <patch path> <oc4j path> <backup dir>
Where <patch path> is the absolute or relative path to the unzipped patch folder (something like C:\Patches\5608209),
<oc4j path> is the absolute or relative path to the OC4J installation (e.g. "C:\Program Files\JDeveloper")
and <backup dir> is the name of the directory you want to store the backup files (e.g. "JDeveloper Backup")
@echo off
:: Installer for Oracle Patches
:: Parameters:
:: <patch path> The absolute or relative path to the patch folder
:: <oc4j path> The absolute or relative path to an oc4j instance
:: <backup dir> The directory name to store the backups
:: e.g. orapatch C:\1234567 "C:\Program Files\JDeveloper" JDeveloper
:: or D:\7654321 D:\oc4j "Standalone OC4J"
:initial
if "%~3"=="" goto useerror
set PATCH_DIR=%~f1
set OC4J_DIR=%~f2
set BACKUP_DIR=%~3
if not exist "%PATCH_DIR%" goto patherror2
if not exist "%PATCH_DIR%\files\j2ee\home\" goto patherror2
if not exist "%OC4J_DIR%" goto patherror
if not exist "%OC4J_DIR%\j2ee\home\lib" goto patherror
if not exist "%PATCH_DIR%\backup" md "%PATCH_DIR%\backup"
if not exist "%PATCH_DIR%\backup\%BACKUP_DIR%" md "%PATCH_DIR%\backup\%BACKUP_DIR%"
if not exist "%PATCH_DIR%\temp" md "%PATCH_DIR%\temp"
set TEMP_DIR=%PATCH_DIR%\temp
if not exist "%PATCH_DIR%\files\j2ee\home\lib\oc4j-internal.jar" goto client
echo Patching oc4j-internal.jar
copy "%OC4J_DIR%\j2ee\home\lib\oc4j-internal.jar" "%TEMP_DIR%\oc4j-internal.jar" > NUL
jar -ufv0 "%TEMP_DIR%\oc4j-internal.jar" -C "%PATCH_DIR%\files\j2ee\home\lib\oc4j-internal.jar" .
copy "%OC4J_DIR%\j2ee\home\lib\oc4j-internal.jar" "%PATCH_DIR%\backup\%BACKUP_DIR%\oc4j-internal.jar.original" > NUL
copy "%TEMP_DIR%\oc4j-internal.jar" "%OC4J_DIR%\j2ee\home\lib" > NUL
:client
if not exist "%PATCH_DIR%\files\j2ee\home\oc4jclient.jar" goto finish
echo.
echo Patching oc4jclient.jar
copy "%OC4J_DIR%\j2ee\home\oc4jclient.jar" "%TEMP_DIR%\oc4jclient.jar" > NUL
jar -ufv0 "%TEMP_DIR%\oc4jclient.jar" -C "%PATCH_DIR%\files\j2ee\home\oc4jclient.jar" .
copy "%OC4J_DIR%\j2ee\home\oc4jclient.jar" "%PATCH_DIR%\backup\%BACKUP_DIR%\oc4jclient.jar.original" > NUL
copy "%TEMP_DIR%\oc4jclient.jar" "%OC4J_DIR%\j2ee\home" > NUL
goto finish
:finish
echo.
echo OC4J installation at %OC4J_DIR% patched.
echo Backed up files stored in %PATCH_DIR%\backup\%BACKUP_DIR%.
rd /S /Q "%TEMP_DIR%"
set PATCH_DIR=
set OC4J_DIR=
set BACKUP_DIR=
set TEMP_DIR=
goto done
:useerror
echo Usage: orapatch ^<patch path^> ^<oc4j path^> ^<backup dir^>
echo.
echo e.g. orapatch C:\Patches\7654321 C:\JDeveloper JDeveloper
goto done
:patherror
echo Specified path (%OC4J_DIR%) is not an OC4J installation.
goto done
:patherror2
echo Specified path (%PATCH_DIR%) is not an Oracle patch.
goto done
:doneMessage was edited by:
DominionSpy
Corrected script bugs (%PATCH_DIR_FULL% -> %PATCH_DIR% and rm -> rd)

Similar Messages

  • OC4J Instance Configuration Assistant Hanging Whilst Applying Patch 4960210

    Hi all,
    I'm experiencing an issue whilst trying to apply Patch 4960210 (10.1.2.2) onto my existing Application Server 10g Relesae 2 (Discoverer 10.1.2.0) on a Windows platform.
    The problem is that the OC4J Instance Configuration assistant just hangs at the Initializing DCM stage:
    <p>
    Configuration assistant "Application Server website Configuration Assistant" succeeded
    Result code for launching of configuration assistant is: 0
    Launched configuration assistant 'OC4J Instance Configuration Assistant'
    Tool type is: Recommended.
    The command being spawned is: 'C:\oracle\orabise/jdk/bin/javaw.exe -Djava.io.tmpdir=C:\DOCUME~1\GARYWI~1\LOCALS~1\Temp -mx512M -classpath C:\oracle\orabise/dcm/lib/dcm.jar;C:\oracle\orabise/dcm/lib/oc4j_deploy_tools.jar -Djava.library.path="C:\oracle\orabise\lib32;C:\oracle\orabise\bin;C:\Program Files\PC Connectivity Solution\;C:\oracle\orabisetools\bin;C:\oracle\orabisetools\jlib;C:\oracle\orabisetools\jre\1.4.2\bin\client;C:\oracle\orabisetools\jre\1.4.2\bin;C:\oracle\orabise\jdk\jre\bin\classic;C:\oracle\orabise\jdk\jre\bin;C:\oracle\orabise\bin;C:\oracle\orabise\jlib;C:\oracle\orabip\jre\1.4.2\bin\client;C:\oracle\orabip\jre\1.4.2\bin;C:\oracle\DevSuiteHome10g;C:\oracle\DevSuiteHome10g\jdk\jre\bin\classic;C:\oracle\DevSuiteHome10g\jdk\jre\bin;C:\oracle\DevSuiteHome10g\jdk\jre\bin\client;C:\oracle\DevSuiteHome10g\jlib;C:\oracle\DevSuiteHome10g\bin;C:\oracle\DevSuiteHome10g\jre\1.4.2\bin\client;C:\oracle\DevSuiteHome10g\jre\1.4.2\bin;C:\oracle\oraclexe\app\oracle\product\10.2.0\server\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\NTRU Cryptosystems\NTRU TCG Software Stack\bin\;C:\Program Files\Wave Systems Corp\Gemalto\Access Client\v5\;C:\Program Files\Gemplus\GemSafe Libraries\BIN;C:\Program Files\Common Files\Roxio Shared\DLLShared\;C:\Program Files\Common Files\Roxio Shared\9.0\DLLShared" -Doracle.ias.sysmgmt.logging.logdir=C:\oracle\orabise/j2ee/home/log oracle.j2ee.tools.deploy.Oc4jDeploy -oraclehome C:\oracle\orabise -verbose -inifile C:\oracle\orabise/j2ee/deploy.ini -redeploy'
    </p>
    <p>
    Start output from spawned process:
    </p>
    <p>
    Reading ini file - 'C:\oracle\orabise/j2ee/deploy.ini'
    Adding web-app 'discoverer.war' for app 'discoverer'.
    OC4J instance 'OC4J_BI_Forms': Adding Environment variable 'DISPLAY' with value 'localhost:0'
    OC4J instance 'OC4J_BI_Forms': Adding property 'oracle.forms.configFileName=C:/oracle/orabise/forms/server/formsweb.cfg'
    OC4J instance 'OC4J_BI_Forms': Adding property 'oracle.path=C:/oracle/orabise/bin;C:/oracle/orabip/jre/1.4.2/bin/client;C:/oracle/orabip/jre/1.4.2/bin;C:/oracle/DevSuiteHome10g;C:/oracle/DevSuiteHome10g/jdk/jre/bin/classic;C:/oracle/DevSuiteHome10g/jdk/jre/bin;C:/oracle/DevSuiteHome10g/jdk/jre/bin/client;C:/oracle/DevSuiteHome10g/jlib;C:/oracle/DevSuiteHome10g/bin;C:/oracle/DevSuiteHome10g/jre/1.4.2/bin/client;C:/oracle/DevSuiteHome10g/jre/1.4.2/bin;C:/oracle/oraclexe/app/oracle/product/10.2.0/server/bin;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem;C:/Program Files/NTRU Cryptosystems/NTRU TCG Software Stack/bin/;C:/Program Files/Wave Systems Corp/Gemalto/Access Client/v5/;C:/Program Files/Gemplus/GemSafe Libraries/BIN;C:/Program Files/Common Files/Roxio Shared/DLLShared/;C:/Program Files/Common Files/Roxio Shared/9.0/DLLShared/'
    OC4J instance 'OC4J_BI_Forms': Adding OC4J start command line option '-userThreads'
    OC4J instance 'OC4J_BI_Forms': Adding Environment variable 'LD_LIBRARY_PATH' with value 'C:\oracle\orabise\lib32:C:\oracle\orabise\lib:C:\oracle\orabise\jdk\jre\lib\sparc'
    OC4J instance 'OC4J_BI_Forms': Env Option 'LD_LIBRARY_PATH' already exists with value 'C:\oracle\orabise\lib32:C:\oracle\orabise\lib:C:\oracle\orabise\jdk\jre\lib\sparc'
    OC4J instance 'OC4J_BI_Forms': Adding property 'java.rmi.server.randomIDs=true'
    OC4J instance 'OC4J_BI_Forms': Adding property 'oracle.disco.activation.preferencePort=16001'
    OC4J instance 'OC4J_BI_Forms': Adding java command line option '-Xmx512M -Xms128M'
    OC4J instance 'OC4J_BI_Forms': Adding property 'oracle.discoverer.applications.port=7778'
    OC4J instance 'OC4J_BI_Forms': Adding property 'oracle.discoverer.applications.host=D9GVDX1S'
    Initializing DCM...
    Any light or suggestions anyone can shed on this greatly appreciated. The install has been hanging now for over 2hrs.
    Kind Regards,
    Gary.
    </p>

    What does "adopmnctl.sh status" return?
    Do you have proper entry in the hosts file?
    Did you source the correct env file before running the installer?
    Can you find any errors in the opmn.log file?
    Can you ignore the error and continue with the installation?
    Thanks,
    Hussein

  • Applying Patch for OC4J to update JDBC Driver

    I've downloaded a patch (3335848) for OC4J in order to update the JDBC drivers from metalink for windows. The Readme file says its generic for all OS but got to execute a shell script for unix OS. Im using Windows. How to update the patch in Windows. Pls help. The Readme file doesn't explain this.
    Thanks
    Manoj

    I'm not sure why it only contains a shell script if its tagged as generic.
    One thing you could do it to read the shell script and see what it does, then replicate that manually.
    -steve-

  • Some attemps to run embedded oc4j

    Often the jdeveloper 10g embedded oc4j doesn't rise correctly seeming like toasting. I've observed that when this happens the CPU lets work in the process javaw.exe and it doesn't return over this proccess .Which can be the problem? At the moment when this happens, unemployment the starting and I return to try it again but it's a little tedious and it fails with enough frequency.
    The machine is a centrino 1.4 MHz, 512 Mb.
    ==============================
    Oracle IDE     9.0.5.13.88
    Business Components Version     9.0.5.13.52
    UML Modelers Version     9.0.5.12.38
    Versioning Support     9.0.5.12.38
    WebDAV Support Version     9.0.5.12.38
    Designer Generators Framework     9.0.5.3.39
    java.version     1.4.1_02
    java.vm.name     Java HotSpot(TM) Client VM
    java.vm.vendor     Sun Microsystems Inc.
    java.vm.version     1.4.1_02-b06
    os.name     Windows 2000
    os.version     5.0
    os.arch     x86
    ide.patches     
    Thanks.

    Hello,
    I have the same problem and need a solution to this problem, too.
    The embedded Server often does not start, no matter if i try to run or to debug my webapplication.
    Does anyone has a solution for this like ?
    Maybe deleting some temp-files or increase a timeout?
    Tobias Otto
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    C:\jdev\jdev\system9.0.5.2.1618\oc4j-config>
    C:\jdev\jdk\bin\javaw.exe -ojvm -classpath C:\jdev\j2ee\home\oc4j.jar;C:\jdev\jdev\lib\jdev-oc4j.jar -Xverify:none -Ddisable.checkForUpdate=true -Doracle.j2ee.http.socket.timeout=500 -Doracle.dms.sensors=NONE -Doc4j.jms.usePersistenceLockFiles=false com.evermind.server.OC4JServer -config C:\jdev\jdev\system9.0.5.2.1618\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    04/08/30 12:55:17 Copying default deployment descriptor from archive at C:\Projekte\prototyp\Model\classes/META-INF/orion-ejb-jar.xml to deployment directory C:\jdev\jdev\system9.0.5.2.1618\oc4j-config\application-deployments\current-workspace-app\classes...
    04/08/30 12:55:17 Auto-deploying - file:/C:/Projekte/prototyp/Model/classes/ (No previous deployment found)...

  • How to find global JNDI listings from embeded OC4j

    I am having a hard time looking up the context of a local bean. Remote works fine for some reason.
    How do I get a listing of the global jndi namespace for embeded OC4J?

    Hi
    Though we never 'recommend' using olite for complex processes, as olite is only for simple testing/dev purpose.
    However, you can still apply the 10.1.3.4 patchset for this BPEL standalone installation, without installing SOA Suite. But, in future I would recommend Advanced SOA Suite with 10.2.0.3 DB.
    Hope that answers your questions!
    Cheers
    Anirudh Pucha

  • Autoconfig Errors while applying Patch 981770 EBS 12.1.3

    I am trying to apply patch 981770 to my recently upgraded 12.1.3 environment and I am seeing the following errors in the Autoconfig log file. Any suggestions on how I can correct this would be greatly apprechiated
    Thanks in advance!
    [AutoConfig Error Report]
    The following report lists errors AutoConfig encountered during each
    phase of its execution. Errors are grouped by directory and phase.
    The report format is:
    <filename> <phase> <return code where appropriate>
    [INSTANTIATE PHASE]
    AutoConfig could not successfully instantiate the following files:
    Directory: /d01/oracle/VIS/inst/apps/VIS_vintoracle/ora/10.1.3/config
    jazn.xml INSTE8
    Directory: /d01/oracle/VIS/inst/apps/VIS_vintoracle/ora/10.1.3/j2ee/forms-c4ws/config
    jms.xml INSTE8
    oc4j-connectors.xml INSTE8
    oc4j.properties INSTE8
    Directory: /d01/oracle/VIS/inst/apps/VIS_vintoracle/ora/10.1.3/j2ee/forms/application-deployments/forms
    orion-application.xml INSTE8
    Directory: /d01/oracle/VIS/inst/apps/VIS_vintoracle/ora/10.1.3/j2ee/forms/config
    oc4j.properties INSTE8
    Directory: /d01/oracle/VIS/inst/apps/VIS_vintoracle/ora/10.1.3/j2ee/oafm/application-deployments/ascontrol
    orion-application.xml INSTE8
    Directory: /d01/oracle/VIS/inst/apps/VIS_vintoracle/ora/10.1.3/j2ee/oafm/application-deployments/mapviewer/web
    orion-web.xml INSTE8
    AutoConfig is exiting with status 8

    thanks again. I reran auto config and now I am seeing some different errors. Any further suggestions would be greatly appreciated.
    Thanks!
    Trying to connect using APPS_JDBC_URL
    Exception occurred: java.sql.SQLException: ORA-28000: the account is locked
    [SETUP PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /d01/oracle/VIS/inst/apps/VIS_vintoracle/admin/install
    adgendbc.sh INSTE8_SETUP 1
    afcpnode.sh INSTE8_SETUP 1
    afgcsreg.sh INSTE8_SETUP 1
    [PROFILE PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /d01/oracle/VIS/apps/tech_st/10.1.3/perl/bin/perl -I /d01/oracle/VIS/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /d01/oracle/VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /d01/oracle/VIS/apps/apps_st/appl/au/12.0.0/perl -I /d01/oracle/VIS/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /d01/oracle/VIS/inst/apps/VIS_vintoracle/admin/scripts/adexecsql.pl sqlfile=/d01/oracle/VIS/inst/apps/VIS_vintoracle/admin/install
    afwebprf.sql INSTE8_PRF 1
    amscmprf.sql INSTE8_PRF 1
    amswebprf.sql INSTE8_PRF 1
    bisadmprf.sql INSTE8_PRF 1
    bisdblrp.sql INSTE8_PRF 1
    clnadmprf.sql INSTE8_PRF 1
    cncmprf.sql INSTE8_PRF 1
    cseadmprf.sql INSTE8_PRF 1
    csfadmprf.sql INSTE8_PRF 1
    csiadmprf.sql INSTE8_PRF 1
    eamadmprf.sql INSTE8_PRF 1
    fteadmprf.sql INSTE8_PRF 1
    icxwebprf.sql INSTE8_PRF 1
    oksfrmprf.sql INSTE8_PRF 1
    wshadmprf.sql INSTE8_PRF 1
    Directory: /d01/oracle/VIS/inst/apps/VIS_vintoracle/admin/install
    adadmprf.sh INSTE8_PRF 1
    afadmprf.sh INSTE8_PRF 1
    afcpctx.sh INSTE8_PRF 1
    afcpgsm.sh INSTE8_PRF 1
    ibywebprf.sh INSTE8_PRF 1
    igccmprf.sh INSTE8_PRF 1
    jtfictx.sh INSTE8_PRF 1
    okladmprf.sh INSTE8_PRF 1
    txkJavaMailerCfg.sh INSTE8_PRF 1
    txkWebServicescfg.sh INSTE8_PRF 1
    [APPLY PHASE]
    AutoConfig could not successfully execute the following scripts:
    Directory: /d01/oracle/VIS/apps/tech_st/10.1.3/perl/bin/perl -I /d01/oracle/VIS/apps/tech_st/10.1.3/perl/lib/5.8.3 -I /d01/oracle/VIS/apps/tech_st/10.1.3/perl/lib/site_perl/5.8.3 -I /d01/oracle/VIS/apps/apps_st/appl/au/12.0.0/perl -I /d01/oracle/VIS/apps/tech_st/10.1.3/Apache/Apache/mod_perl/lib/site_perl/5.8.3/i686-linux-thread-multi /d01/oracle/VIS/inst/apps/VIS_vintoracle/admin/install
    adadmat.pl INSTE8_APPLY 1

  • JDev 11g TP4: App running in embedded OC4J fails in Integrated OC4J

    I have a simple application containing a bunch of JSP pages. When I run it on the embedded OC4J everything works fine.
    When I try to run it on the Integrated OC4J I get the following "missing class error":
    Binding web application(s) to site default-web-site begins...
    Binding FloorLocator2-Loc_Model-webapp web-module for application BlazeProj2 to site default-web-site under context root FloorLocator2-Loc_Model-context-root
    Operation failed with error:
    oracle.oc4j.admin.jmx.shared.exceptions.InternalException: The application named, FloorLocator2-Loc_Model-webapp ( web module named,
    ) failed to deploy. The application named, BlazeProj2, could not start due to an error.
         Missing class: com.googlecode.gmaps4jsf.component.map.Map
         Dependent class: com.sun.faces.config.ManagedBeanFactoryImpl
         Loader: oracle.jsf:1.2
         Code-Source: /C:/jdevtp4/lib/java/shared/oracle.jsf/1.2/jsf-ri.jar
         Configuration: <code-source> (ignore manifest Class-Path) in /C:/jdevinstance/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j/config/server.xml
    The missing class is not available from any code-source or loader in the system.Reason: {4}
         at oracle.oc4j.admin.jmx.shared.deploy.NotificationUserData.<init>(NotificationUserData.java:107)
         at oracle.oc4j.admin.internal.Notifier.reportError(Notifier.java:430)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:133)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.OC4JDeployerRunnable.doRun(OC4JDeployerRunnable.java:52)
         at oracle.oc4j.admin.jmx.server.mbeans.deploy.DeployerRunnable.run(DeployerRunnable.java:82)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.oc4j.admin.internal.DeployerException: The application named, FloorLocator2-Loc_Model-webapp ( web module named,
    ) failed to deploy. The application named, BlazeProj2, could not start due to an error.
         Missing class: com.googlecode.gmaps4jsf.component.map.Map
         Dependent class: com.sun.faces.config.ManagedBeanFactoryImpl
         Loader: oracle.jsf:1.2
         Code-Source: /C:/jdevtp4/lib/java/shared/oracle.jsf/1.2/jsf-ri.jar
         Configuration: <code-source> (ignore manifest Class-Path) in /C:/jdevinstance/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j/config/server.xml
    The missing class is not available from any code-source or loader in the system.Reason: {4}
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:136)
         ... 5 more
    Caused by: java.lang.InstantiationException: The application named, BlazeProj2, could not start due to an error.
         Missing class: com.googlecode.gmaps4jsf.component.map.Map
         Dependent class: com.sun.faces.config.ManagedBeanFactoryImpl
         Loader: oracle.jsf:1.2
         Code-Source: /C:/jdevtp4/lib/java/shared/oracle.jsf/1.2/jsf-ri.jar
         Configuration: <code-source> (ignore manifest Class-Path) in /C:/jdevinstance/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j/config/server.xml
    The missing class is not available from any code-source or loader in the system.
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:690)
         at com.evermind.server.ApplicationStateRunning.getHttpApplication(ApplicationStateRunning.java:493)
         at com.evermind.server.Application.getHttpApplication(Application.java:769)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.doCreateHttpApplicationFromReference(HttpSite.java:2315)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.createHttpApplicationFromReference(HttpSite.java:2295)
         at com.evermind.server.http.HttpSite$HttpApplicationRunTimeReference.<init>(HttpSite.java:2196)
         at com.evermind.server.http.HttpSite.addHttpApplication(HttpSite.java:1826)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:254)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:141)
         at oracle.oc4j.admin.internal.WebApplicationBinder.bindWebApp(WebApplicationBinder.java:96)
         at oracle.oc4j.admin.internal.ApplicationDeployer.bindWebApp(ApplicationDeployer.java:589)
         at oracle.oc4j.admin.internal.ApplicationDeployer.doDeploy(ApplicationDeployer.java:216)
         at oracle.oc4j.admin.internal.DeployerBase.execute(DeployerBase.java:99)
         ... 5 more
    Caused by: oracle.classloader.util.AnnotatedNoClassDefFoundError:
         Missing class: com.googlecode.gmaps4jsf.component.map.Map
         Dependent class: com.sun.faces.config.ManagedBeanFactoryImpl
         Loader: oracle.jsf:1.2
         Code-Source: /C:/jdevtp4/lib/java/shared/oracle.jsf/1.2/jsf-ri.jar
         Configuration: <code-source> (ignore manifest Class-Path) in /C:/jdevinstance/system11.1.1.0.22.49.49/o.j2ee/embedded-oc4j/config/server.xml
    The missing class is not available from any code-source or loader in the system.
         at oracle.classloader.PolicyClassLoader.handleClassNotFound(PolicyClassLoader.java:2179)
         at oracle.classloader.PolicyClassLoader.internalLoadClass(PolicyClassLoader.java:1716)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1672)
         at oracle.classloader.PolicyClassLoader.loadClass(PolicyClassLoader.java:1657)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at java.lang.Class.getDeclaredFields0(Native Method)
         at java.lang.Class.privateGetDeclaredFields(Class.java:2259)
         at java.lang.Class.getDeclaredFields(Class.java:1715)
         at com.sun.faces.config.ManagedBeanFactoryImpl.scanForAnnotations(ManagedBeanFactoryImpl.java:1133)
         at com.sun.faces.config.ManagedBeanFactoryImpl.<init>(ManagedBeanFactoryImpl.java:156)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:895)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:487)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:377)
         at com.evermind.server.http.HttpApplication.internalInitDynamic(HttpApplication.java:1394)
         at com.evermind.server.http.HttpApplication.initDynamic(HttpApplication.java:1296)
         at com.evermind.server.http.HttpApplication.init(HttpApplication.java:860)
         at com.evermind.server.http.HttpApplication.<init>(HttpApplication.java:686)
         ... 17 more
    #### Deployment incomplete. #### Dec 12, 2008 11:57:07 AM
    oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.distributeApplicationToTargets(Jsr88RemoteDeployer.java:598)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployApp(Jsr88RemoteDeployer.java:1010)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:174)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:417)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:202)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$3$1.run(AdrsStarter.java:1116)
    #### Cannot run application BlazeProj2 due to error deploying to DefaultServer.
    [Application BlazeProj2 stopped and undeployed from Server Instance DefaultServer]
    Process exited.
    The problem is that I want to run the application on the Integrated server because I want to add some SOA components on it.
    Is there any way to get rid of this "missing class" error?
    Thank you in advance for the help.

    Hi, check if you have an existing deployment profile for your project and make sure the google maps jar is been added to the profile. When you use integrated the application gets deployed to the server so it takes all of its libraries and gets them deployed into the server. With embedded everything gets loaded from your application directory.
    If you don't have a deployment profile, create one and manually add the gMaps library and see if this time the integrated server uses your new deployment profile.
    Cheers,
    Juan C.

  • ACS 5.3 applying patch

    Hello,
    I have problem with applying patch on ACS 5.3. In release notes there is mentioned following command format:
    acs patch install patch-name.tar.gpg repository repository-name
    The problem is ACS 5.3 does't have this command syntax.
    It does't have acs command.
    Here is what i have trued:
    acs/admin# patch install 5-3-0-40-1.tar.gpg rep
    Do you want to save the current configuration ? (yes/no) [yes] ?
    Generating configuration...
    Saved the running configuration to startup successfully
    % Manifest file not found in the bundle
    repository rep
      url ftp://172.30.5.217
      user user password hash c7b11123e528660abea78d974339875394fbb234
    Here is supported command that i found on ACS 5.3.
    acs/admin# ?
    Exec commands:
      application  Application Install and Administration
      backup       Backup system
      backup-logs  Backup system and application logs
      clock        Set the system clock
      configure    Enter configuration mode
      copy         Copy commands
      debug        Debugging functions (see also 'undebug')
      delete       Delete a file
      dir          List files on local filesystem
      exit         Exit from the EXEC
      forceout     Force Logout all the sessions of a specific system user
      halt         Shutdown the system
      mkdir        Create new directory
      nslookup     DNS lookup for an IP address or hostname
      patch        Install System or Application Patch
      ping         Ping a remote ip address
      reload       Reboot the system
      restore      Restore system
      rmdir        Remove existing directory
      show         Show running system information
      ssh          SSH to a remote ip address
      tech         TAC commands
      telnet       Telnet to a remote ip address
      terminal     Set terminal line parameters
      traceroute   Trace the route to a remote ip address
      undebug      Disable debugging functions (see also 'debug')
      write        Write running system information
    acs/admin#

    Hi,
    I find this odd, can you run a "show application"
    Here is the output of my ACS -
    Version information of installed applications
    Cisco ACS VERSION INFORMATION
    Version : 5.3.0.40.4
    Internal Build ID : B.839.EVAL
    Patches :
    5-3-0-40-2
    5-3-0-40-4
    gdtsrv-acs5/admin# ?
    Exec commands:
      acs          ACS control commands
      acs-config   ACS config mode
      application  Application Install and Administration
      backup       Backup system
      backup-logs  Backup system and application logs
      clock        Set the system clock
      configure    Enter configuration mode
      copy         Copy commands
      debug        Debugging functions (see also 'undebug')
      delete       Delete a file
      dir          List files on local filesystem
      exit         Exit from the EXEC
      forceout     Force Logout all the sessions of a specific system user
      halt         Shutdown the system
      mkdir        Create new directory
      nslookup     DNS lookup for an IP address or hostname
      patch        Install System or Application Patch
      ping         Ping a remote ip address
      reload       Reboot the system
      restore      Restore system
      rmdir        Remove existing directory
      show         Show running system information
      ssh          SSH to a remote ip address
      tech         TAC commands
      telnet       Telnet to a remote ip address
      terminal     Set terminal line parameters
      traceroute   Trace the route to a remote ip address
      undebug      Disable debugging functions (see also 'debug')
      write        Write running system information
    Tarik Admani
    *Please rate helpful posts*

  • JBO-33001 bc4j.xcfg missing with Jdev 9.0.5.1 embedded OC4J

    I've got an application that I've been trying to migrate from Jdev 10g Preview (9.0.5) to Production (9.0.5.1) for a week now. The steps I've had to follow so far are:
    1) Install Jdev 9.0.5.1
    2) Run it and allow all workspaces/settings to be migrated
    3) Shut down and rename the system9.0.5.1.1605 to something else.
    4) Restart and say No to migrate
    5) Open my application workspaces again.
    This procedure seemed to get me correct library settings working with the correct XML schemas. However, now I can't test my BC4J/UIX application. I get the following message when I right-click on a DataAction and choose Run:
    500 Internal Server Error
    oracle.jbo.JboException: JBO-33001: Cannot find the configuration file /com/paslists/model/common/bc4j.xcfg in the classpath
         at oracle.jbo.client.Configuration.loadFromClassPath(Configuration.java:344)
         at oracle.jbo.common.ampool.PoolMgr.createPool(PoolMgr.java:272)
         at oracle.jbo.common.ampool.PoolMgr.findPool(PoolMgr.java:473)
         at oracle.jbo.common.ampool.ContextPoolManager.findPool(ContextPoolManager.java:165)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.findOrCreateSessionCookie(DataControlFactoryImpl.java:135)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:220)
         at oracle.adf.model.bc4j.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:97)
         at oracle.jbo.uicli.mom.JUMetaObjectManager.loadCpx(JUMetaObjectManager.java:612)
         at oracle.adf.model.servlet.ADFBindingFilter.initializeBindingContext(ADFBindingFilter.java:328)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
         at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    This is happening in the embedded OC4J. How do I fix this?

    I've managed to resolve this error. Somehow, my entire Model project got mis-represented in my ViewController. The package name was "model" in my Model project, yet somehow all of the Binding Contexts (UImodel.xml) files contains "com_paslists_model_..." for the name of my Application Module. To resolve the error, I first had to fix the references to my Application Module in the DataBindings.cpx file. Then, I had to exit Jdev completely and edit the UImodel.xml files by hand, replacing the invalid reference to my DataControl using the correct entry in the DataBindings.cpx file.
    Now, everything seems to function correctly.
    I don't know how this got so messed up, unless it was an error with migration.

  • JDeveloper 10.1.3.2 - Nullpointer in Embedded OC4J Preferences

    When I want to have a look at the jazn-data file holding the users and policies I'm getting the followin error in the dialog-screen:
    java.lang.NullPointerException
         at oracle.jdevimpl.xml.oc4j.jazn.PolicyPanel.onEntry(PolicyPanel.java:38)
         at oracle.ide.panels.MDDPanel.enterTraversableImpl(MDDPanel.java:926)
         at oracle.ide.panels.MDDPanel.enterTraversable(MDDPanel.java:899)
         at oracle.ide.panels.MDDPanel.mav$enterTraversable(MDDPanel.java:106)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelectedNavigable(MDDPanel.java:1348)
         at oracle.ide.panels.MDDPanel$Tsl.updateSelection(MDDPanel.java:1216)
         at oracle.ide.panels.MDDPanel$Tsl.actionPerformed(MDDPanel.java:1210)
         at javax.swing.Timer.fireActionPerformed(Timer.java:271)
         at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
         at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:153)
         at java.awt.Dialog$1.run(Dialog.java:515)
         at java.awt.Dialog.show(Dialog.java:536)
         at java.awt.Component.show(Component.java:1300)
         at java.awt.Component.setVisible(Component.java:1253)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
         at oracle.ide.dialogs.WizardLauncher.runDialog(WizardLauncher.java:55)
         at oracle.ide.panels.TDialogLauncher.showDialog(TDialogLauncher.java:276)
         at oracle.jdevimpl.xml.ModalEditor.showDialog(ModalEditor.java:112)
         at oracle.jdevimpl.xml.ModalEditor.showDialog(ModalEditor.java:88)
         at oracle.jdevimpl.runner.oc4j.EmbeddedServerAdminCommand.doit(EmbeddedServerAdminCommand.java:68)
         at oracle.ide.controller.CommandProcessor.invoke(CommandProcessor.java:259)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:541)
         at oracle.ide.controller.IdeAction$1.run(IdeAction.java:772)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:789)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:498)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
    The only changes I've made in my application was unchecking the Extensions I'm not using in my application. After changing these Extensions (this is a tip regarding memory-consumption of jdeveloper) I'm getting these errors in the realm-dialog.
    Regards,
    Nathalie
    PS: I've unchecked the following extensions:
    - ADF Security 10.1.3.40.66
    - BI Beans Graph 10.1.3
    - Oracle Webcenter Preconfigured OC4J 10.1.3.2.0
    - Portlet Creation Extension 10.1.3.40.66
    - Versioning Support 10.1.3.40.66

    Hi,
    OC4J needs to be configured to support HTTP and HTTPS sessions. Because the embedded OC4J uses the default-web-app configuration during testing I am not so sure about configuring it for HTTPS. However, in this case I suggest you test it as a stand alone container in which case HTTPS configuration happen as described in the OC4J security guide.
    "How do I make the Embedded OC4J redirect http requests for secure web content to https automatically as required in the servlet 2.4 spec ?"
    I don't find this statement in my version of the Servet 2.4 spec. Can you point me to the line in the document?
    If you mean transport guarantee, then this is not exactly what you say:
    "The transport-guarantee element specifies that the communication between client and server should be NONE, INTEGRAL, or CONFIDENTIAL. NONE means that the application does not require any transport guarantees. A value of INTEGRAL means that the application requires that the data sent between the client and server be sent in
    such a way that it can’t be changed in transit. CONFIDENTIAL means that the application requires that the data be transmitted in a fashion that prevents other entities from observing the contents of the transmission. In most cases, the presence of the INTEGRAL or CONFIDENTIAL flag will indicate that the use of SSL is required."
    Servlet 2.4 spec
    This however doesn't mean automated redirect to https but says that this requires SSL, which means that a http error is thrown if https isn't used
    Frank

  • JDev 10.1.3 EA: Error initializing Embedded OC4J

    I have installed the latest EA version of JDeveloper on a Linux machine along with JDK 5.0 and when I try to run anything I get:
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    **** Unable to obtain password from principals.xml. Using default.
    /home/Mark_Rees/jdevhome/system/oracle.j2ee.10.1.3.34.12/embedded-oc4j/config>
    /home/Mark_Rees/jdk1.5.0_04/bin/java -server -classpath /home/Mark_Rees/jdev_1013/j2ee/home/oc4j.jar:/home/Mark_Rees/jdev_1013/jdev/lib/jdev-oc4j-embedded.jar -Xverify:none -DcheckForUpdates=adminClientOnly -Xrs -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false oracle.oc4j.loader.boot.BootStrap -config /home/Mark_Rees/jdevhome/system/oracle.j2ee.10.1.3.34.12/embedded-oc4j/config/server.xml
    [waiting for the server to complete its initialization...]
    05/12/29 13:14:24 Application: system is in state FAILED
    05/12/29 13:14:24 Error initializing server: Error initializing ejb-modules: No such file or directory; nested exception is: java.util.zip.ZipException: No such file or directory
    05/12/29 13:14:24 Fatal error: server exiting
    Process exited with exit code 1.
    Anyone got any ideas?

    Check to see if helps
    Unable to start oc4j in Jdeveloper 10.1.3 EA1
    In my case I got that error when trying to connect to MySQL database when using OC4J

  • Error while applying patch for SOA suite 10.1.3.4 on Weblogic 9.2 - URGENT

    Hi All,
    I am trying to apply a weblogic patch on SOA server but facing an error while applying the Opatch . I checked the accessibilty to opatch inventory by using the command % opatch lsinventory . This executed fine and there were no errors. But when I try applying the opatch I get the error -that some jars missing . Even if I replace the jars and try executing opatch again I face the same error . I googled a lot but couldnt find any solution . Please let me what can be done for solving this error .
    D:\7337034>opatch apply -oh D:\product\10.1.3.1\OracleAS_1
    Oracle Interim Patch Installer version 1.0.0.0.61
    Copyright (c) 2009 Oracle Corporation. All Rights Reserved..
    Oracle recommends you to use the latest OPatch version
    and read the OPatch documentation available in the OPatch/docs
    directory for usage. For information about the latest OPatch and
    other support-related issues, refer to document ID 293369.1
    available on My Oracle Support (https://myoraclesupport.oracle.com)
    Oracle Home : D:\product\10.1.3.1\OracleAS_1
    Oracle Home Inventory : D:\product\10.1.3.1\OracleAS_1\inventory
    Central Inventory : C:\Program Files\oracle\inventory
    from : N/A
    OUI location : D:\product\10.1.3.1\OracleAS_1\oui
    OUI shared library : D:\product\10.1.3.1\OracleAS_1\oui\lib\win32\oraInstalle
    r.dll
    Java location : "D:\product\10.1.3.1\OracleAS_1\jdk\jre\bin\java.exe"
    Log file location : D:\product\10.1.3.1\OracleAS_1/.patch_storage/<patch ID>
    /*.log
    Creating log file "D:\product\10.1.3.1\oracleas_1\.patch_storage\7337034\Apply_7
    337034_06-02-2009_13-39-26.log"
    Provide your email address to be informed of security issues, install and
    initiate Oracle Configuration Manager. Easier for you if you use your My
    Oracle Support Email address/User Name.
    Visit http://www.oracle.com/support/policies.html for details.
    Email address/User Name: [email protected]
    Provide your My Oracle Support password to receive security updates via your My
    Oracle Support account.
    Password (optional):
    Password (optional):
    Unable to establish a network connection to Oracle. If your systems require a
    proxy server for outbound Internet connections, enter the proxy server details
    in this format:
    [<proxy-user>@]<proxy-host>[:<proxy-port>]
    If you want to remain uninformed of critical security issues in your
    configuration, enter NONE
    Proxy specification: NONE
    ** Installing base package **
    Deploying core - Version 10.3.1.0.0
    Deploying engines - Version 10.2.7.1.0
    Deploying metricdata - Version 10.2.4.0.3
    Deploying scripts - Version 10.3.1.0.0
    Oracle Configuration Manager has been configured in disconnected mode. If the
    target ORACLE_HOME is running a database, please refer to the
    "Post-installation Database Configuration" section of the OCM Installation
    and Administration Guide
    (http://www.oracle.com/technology/documentation/ocm.html) to complete the
    installation.
    View configuration data reports and access valuable configuration best
    practices by going to My Oracle Support.
    Backing up comps.xml ...
    OPatch detected non-cluster Oracle Home from the inventory and will patch the lo
    cal system only.
    Please shut down Oracle instances running out of this ORACLE_HOME
    (Oracle Home = d:\product\10.1.3.1\oracleas_1)
    Is this system ready for updating?
    Please respond Y|N >
    y
    Applying patch 7337034...
    Patching jar files...
    OPatch encounters the following issues during file patching:
    The following java archives on Windows had problems with being patched:
    1. orabpel.jar
    [ object: DomainFilter.class ]
    2. orabpel.jar
    [ object: AdapterFrameworkListenerImpl$RoutingRuleXPathInfo.class ]
    3. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    4. orabpel.jar
    [ Couldn't make backup copy of file. ]
    5. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    6. orabpel.jar
    [ Couldn't make backup copy of file. ]
    7. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    8. D:\product\10.1.3.1\oracleas_1\integration\esb\lib\orabpel.jar
    [ No java archive file found. ]
    9. orabpel.jar
    [ Couldn't make backup copy of file. ]
    Replying 'Y' will terminate the patch installation immediately. It WILL NOT rest
    ore any updates that have been performed to this point. It WILL NOT update the i
    nventory.
    Replying 'N' will update the inventory showing the patch has been applied.
    NOTE: After replying either 'Y' or 'N' it is critical to review:
    My Oracle Support Note 312767.1 How to rollback a failed Interim patch ins
    tallation.
    Do you want to STOP?
    Please respond Y|N >
    y
    File Patching Error!
    ERROR: OPatch failed during patching, possibly due to missing files.
    OPatch returns with error code = 200

    Hi , I am facing the same issue.
    were you able to resolve it.
    please let me know if you were.
    Many Thanks.

  • BUG: JDev 10.1.3.0.4 Embedded OC4J Server Preferences

    If we specify in the Embedded OC4J Server Preferences->startup a OC4J installation to use for running and debbuging, click ok, and then delete the choosen directory and try again to access the Embedded OC4J Server Preferences, an error occurs. Appears an dialog and we can not alter this anymore.

    Hi,
    not sure on the limitation of dbms_output.put, but 4000 characters happens to be the maximum size of a varchar2 column....
    I normally use dbms_output.put_line for debugging PL/SQL.
    You could also post in the database forum if you have no luck here.
    regards,
    Brenden

  • Error while applying Patch 4960210

    Hi,
    I am trying to integrate oracle apps with Oracle EBS 12R and following Doc Id:376811.1 from metalink.
    I have successfully installed patch 5983637, but when I try to install patch 4960210 on it, even though I stopped all the services on app server, i get the following error:
    Certain files which need to be reinstalled by oracle universal installer are being used by one or more applications.
    Please close any running applications before continuing.
    NOTE: when I upgraded the existing OracleAS 10.1.2.0.2 Infrastructure to Oracle Identity Management 10g (10.1.4.0.1) I created a new oracle home and installed my components there (unknowingly), so not sure if this causing problem.
    Not able to go further Please help..!!!!
    Thanks

    Hi,
    As a part of R12 upgrade.
    once The Installation creates APPL_TOP, COMMON_TOP, INST_TOP and 10g Oracle Home
    Now we are connected to R12 application.
    Applied patch AD.A 4502962.
    Run the American English upgrade patch driver
    cd $AU_TOP/patch/115/driver
    adpatch options=nocopyportion,nogenerateportion
    Please enter the name of your AutoPatch driver file: u4440000.drv
    This patch doesn't have readme it will be under cd $AU_TOP/patch/115/driver
    Thanks,
    Bhanu Chander

  • Error while applying patch to 12.1.3 from 12.1.1

    Hi,
    while I'm applying patch 9239090, I'm getting the following error:
    The following Oracle Forms objects did not generate successfully:
    au      resource        IEXFBALI.pll
    au      resource        OKSACTEV.pll
    au      resource        OKSAUDET.pll
    au      resource        CSCUTILS.pll
    au      resource        OKCEXEVT.pll
    au      resource        OKCEXPOR.pll
    au      resource        OKCKSRCH.pll
    The following Oracle Forms objects did not generate successfuly:
    iex     forms/US     IEXCUOVW.fmx
    iex     forms/US     IEXRCALL.fmx
    wms     forms/US     WMSLABEL.fmx
    wsh     forms/US     WSHQSSUI.fmx
    wsh     forms/US     WSHSTREF.fmx
    wsh     forms/US     WSHFSTRX.fmx
    and i have allready applied patch 9239089 before 9239090

    IEXCUOVW.fmx
    Error Statement:
    FRM-30064: Unable to parse statement select site_uses.location location,
           party_site.party_site_number,
           substr(loc.address1,1,25) ||' '
                || substr(loc.address2,1,25) ||' '
                || substr(loc.address3,1,25) ||' '
                || substr(loc.address4,1,25) ||' '
                || loc.city|| ',' || ' '
                || nvl(loc.state, loc.province) ||' '
                || t.territory_short_name address,
           site_uses.primary_flag,
           loc.address1 address1,
           loc.address2,
           loc.city ||','|| ' '|| nvl(loc.state, loc.province)
               ||' '||loc.postal_code|| ' '
               || t.territory_short_name address3,
           site_uses.site_use_id customer_site_use_id,
           site_uses.cust_acct_site_id address_id,
           site_uses.bill_to_site_use_id bill_to_site_use_id,
           site_uses.primary_salesrep_id primary_salesrep_id,
           loc_assign.loc_id location_id,
           loc.state state,
           loc.country country,
           loc.postal_code postal_code,
           site_uses.territory_id territory_id,
           lp.meaning business_purpose,
           lp2.meaning primary_flag_meaning,
           ca.cust_account_id cust_account_id,
           ca.account_number account_number,
            decode(substrb(person.person_last_name,1,50), null,
                        substrb(person.person_first_name,1,40),
                        substrb(person.person_last_name,1,50) ||', ' ||
                        substrb(person.person_first_name,1,40))
                        contact_name,
           owner_party.party_name owner_party
    from hz_cust_acct_sites acct_site,
         hz_party_sites party_site,
         hz_cust_accounts ca,
         hz_loc_assignments loc_assign,
         hz_locations loc,
         hz_cust_site_uses site_uses,
         fnd_territories_vl t,
         ar_lookups lp ,
         ar_lookups lp2,
         hz_cust_account_roles  role,
         hz_parties person,
         hz_relationships  rel,
         hz_parties owner_party
    where ca.party_id IN
         (SELECT CAST(:IEXCUOVW_HEADER.ORG_PARTY_ID AS NUMBER) FROM dual
           UNION
          SELECT ar.related_party_id
            FROM ar_paying_relationships_v ar
           WHERE ar.party_id = :IEXCUOVW_HEADER.PARTY_ID
             AND TRUNC(sysdate) BETWEEN
                 TRUNC(NVL(ar.effective_start_date,sysdate)) AND
                 TRUNC(NVL(ar.effective_end_date,sysdate))  )
      and acct_site.cust_account_id = ca.cust_account_id
      and acct_site.party_site_id = party_site.party_site_id
      and loc.location_id = party_site.location_id
      and loc.location_id = loc_assign.location_id
      and nvl(acct_site.org_id, -99) = nvl(loc_assign.org_id, -99)
      and acct_site.cust_acct_site_id = site_uses.cust_acct_site_id
      and loc.country = t.territory_code
      and site_uses.site_use_code = lp.lookup_code
      and lp.lookup_type = 'SITE_USE_CODE'
      and site_uses.site_use_code = 'BILL_TO'
    --  and site_uses.status = 'A'
    --  and acct_site.status = 'A'
      and site_uses.primary_flag = lp2.lookup_code
      and lp2.lookup_type = 'YES/NO'
      and   site_uses.contact_id = role.cust_account_role_id(+)
      and   role.party_id = rel.party_id(+)
      and   rel.subject_table_name(+) = 'HZ_PARTIES'
      and   rel.object_table_name(+) = 'HZ_PARTIES'
      and   rel.directional_flag(+)  = 'F'
      and   role.role_type(+)          = 'CONTACT'
      and   rel.subject_id        = person.party_id(+)
      and owner_party.party_id = ca.party_id
    order by location,
             address1
    ORA-25137: Data value out of range
    Record Group IEXCUOVW_LOC_ORG_PAYING_RG
    Form: IEXCUOVW
    FRM-30085: Unable to adjust form for output.
    WMSLABEL.fmx
    Error Statements:
    FRM-30064: Unable to parse statement select upet.type_name EPC_type_name, upec.name category_name, upet.type_id, upec.category_id              
    from mgd_idencoding_category upec,
         mgd_idencoding_type upet
    where upec.category_id = upet.category_id
    and ((NVl(upet.partition_value,0)= 0 and upet.category_id = 1 ) or upet.category_id <> 1)
    order by upec.category_id,type_name.
    ORA-00942: table or view does not exist
    Record Group EPC_RULE_RG
    Form: WMSLABEL
    FRM-30085: Unable to adjust form for output.
    Generated    0 files successfully.
    Generated    0 files with non-fatal warnings.
    Generated    1 files with fatal errors.
    adfrmgen is exiting with status 1
    End of adfrmgen session
    Date/time is Mon Feb 20 2012 04:44:01
    WSHFSTRX.fmx
    Error Statements :
    Compiling package body TRIP...
    Compilation error on package body TRIP:
    PL/SQL ERROR 905 at line 1703, column 18
    object APPS.WSH_FTE_TP_INTEGRATION is invalid
    PL/SQL ERROR 0 at line 1703, column 18
    Item ignored
    PL/SQL ERROR 320 at line 1714, column 35
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1712, column 5
    Statement ignored
    PL/SQL ERROR 320 at line 1720, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1720, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1721, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1721, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1722, column 17
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1722, column 6
    Statement ignored
    IEXRCALL.fmx
    Error Statements:
    FRM-30064: Unable to parse statement select site_uses.location location,
           party_site.party_site_number,
           substr(loc.address1,1,25) ||' '
                || substr(loc.address2,1,25) ||' '
                || substr(loc.address3,1,25) ||' '
                || substr(loc.address4,1,25) ||' '
                || loc.city|| ',' || ' '
                || nvl(loc.state, loc.province) ||' '
                || t.territory_short_name address,
           site_uses.primary_flag,
           loc.address1 address1,
           loc.address2,
           loc.city ||','|| ' '|| nvl(loc.state, loc.province)
               ||' '||loc.postal_code|| ' '
               || t.territory_short_name address3,
           site_uses.site_use_id customer_site_use_id,
           site_uses.cust_acct_site_id address_id,
           site_uses.bill_to_site_use_id bill_to_site_use_id,
           site_uses.primary_salesrep_id primary_salesrep_id,
           loc_assign.loc_id location_id,
           loc.state state,
           loc.country country,
           loc.postal_code postal_code,
           site_uses.territory_id territory_id,
           lp.meaning business_purpose,
           lp2.meaning primary_flag_meaning,
           ca.cust_account_id cust_account_id,
           ca.account_number account_number,
            decode(substrb(person.person_last_name,1,50), null,
                        substrb(person.person_first_name,1,40),
                        substrb(person.person_last_name,1,50) ||', ' ||
                        substrb(person.person_first_name,1,40))
                        contact_name,
           owner_party.party_name owner_party
    from hz_cust_acct_sites acct_site,
         hz_party_sites party_site,
         hz_cust_accounts ca,
         hz_loc_assignments loc_assign,
         hz_locations loc,
         hz_cust_site_uses site_uses,
         fnd_territories_vl t,
         ar_lookups lp ,
         ar_lookups lp2,
         hz_cust_account_roles  role,
         hz_parties person,
         hz_relationships  rel,
         hz_parties owner_party
    where ca.party_id IN
         (SELECT CAST(:IEXCUOVW_HEADER.ORG_PARTY_ID AS NUMBER) FROM dual
           UNION
          SELECT ar.related_party_id
            FROM ar_paying_relationships_v ar
           WHERE ar.party_id = :IEXCUOVW_HEADER.PARTY_ID
             AND TRUNC(sysdate) BETWEEN
                 TRUNC(NVL(ar.effective_start_date,sysdate)) AND
                 TRUNC(NVL(ar.effective_end_date,sysdate))  )
      and acct_site.cust_account_id = ca.cust_account_id
      and acct_site.party_site_id = party_site.party_site_id
      and loc.location_id = party_site.location_id
      and loc.location_id = loc_assign.location_id
      and nvl(acct_site.org_id, -99) = nvl(loc_assign.org_id, -99)
      and acct_site.cust_acct_site_id = site_uses.cust_acct_site_id
      and loc.country = t.territory_code
      and site_uses.site_use_code = lp.lookup_code
      and lp.lookup_type = 'SITE_USE_CODE'
      and site_uses.site_use_code = 'BILL_TO'
    --  and site_uses.status = 'A'
    --  and acct_site.status = 'A'
      and site_uses.primary_flag = lp2.lookup_code
      and lp2.lookup_type = 'YES/NO'
      and   site_uses.contact_id = role.cust_account_role_id(+)
      and   role.party_id = rel.party_id(+)
      and   rel.subject_table_name(+) = 'HZ_PARTIES'
      and   rel.object_table_name(+) = 'HZ_PARTIES'
      and   rel.directional_flag(+)  = 'F'
      and   role.role_type(+)          = 'CONTACT'
      and   rel.subject_id        = person.party_id(+)
      and owner_party.party_id = ca.party_id
    order by location,
             address1
    ORA-25137: Data value out of range
    Record Group IEXCUOVW_LOC_ORG_PAYING_RG
    Form: IEXRCALL
    FRM-30085: Unable to adjust form for output.
    WSHSTREF.fmx
    Error statements:
    Compiling package body TRIP...
    Compilation error on package body TRIP:
    PL/SQL ERROR 905 at line 1703, column 18
    object APPS.WSH_FTE_TP_INTEGRATION is invalid
    PL/SQL ERROR 0 at line 1703, column 18
    Item ignored
    PL/SQL ERROR 320 at line 1714, column 35
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1712, column 5
    Statement ignored
    PL/SQL ERROR 320 at line 1720, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1720, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1721, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1721, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1722, column 17
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1722, column 6
    Statement ignored
    WSHQSSUI.fmx
    Error statements:
    Compiling package body TRIP...
    Compilation error on package body TRIP:
    PL/SQL ERROR 905 at line 1703, column 18
    object APPS.WSH_FTE_TP_INTEGRATION is invalid
    PL/SQL ERROR 0 at line 1703, column 18
    Item ignored
    PL/SQL ERROR 320 at line 1714, column 35
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1712, column 5
    Statement ignored
    PL/SQL ERROR 320 at line 1720, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1720, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1721, column 16
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1721, column 6
    Statement ignored
    PL/SQL ERROR 320 at line 1722, column 17
    the declaration of the type of this expression is incomplete or malformed
    PL/SQL ERROR 0 at line 1722, column 6
    Statement ignoredthese are the error statements

Maybe you are looking for

  • Bought iPhone as "SIM-Free", but it not work with my local SIM card

    I have bought iPhone Serial No: 82108W75A4T in Canada as "SIM-Free", but it not work with my local SIM (Orange in Israel) card. Where to check: it is or not Factory Unlocked or have any hardware/software problems or have carrier ("adhered" any phone

  • Line-in direct MP3 encodi

    Hi, I am considering buying a Creative Zen Neeon MP3 player, but I couldn't find any information about the recording quality of the line-in? What are the maximum bitrates for WAV and MP3 recording? Is WAV recording at CD quality? I am interested in t

  • REPORT - Sold quantity and OnHand quantity

    Hello Everyone, How can I create a query to show what I have sold within a date range and how much inventory I have of those items.  Thank you. itemcode      sold        onhand     whscod x                    10                5            AH x      

  • Invoice 810 Issue

    hey,    i am trying to post an inbound 810. I am getting the following errors " Customer/vendor could not be determined for intermediate document " Please help.

  • After installing new image, why router keeps 'decompressing'?

    I found similar posts but they say this could be due to oversized images. It doesn't seem to be my case. My router memory count below shows I have 64D,16F as shown on the bottom of the pasted info below, isn't that correct ? I downloaded an image fro