Patch 6313706-installed lang patch

Hi,
I am applying patch 6313706 on linux. And i have AR as installed language on my EBS. But i cant find the translation patch for 6313706. I can see all other lang patches but not for ARABIC lang.
Do i need to skip this tanslation patch???
Regards
Taher

If the AR version of the patch is not available, you will have to request that an AR version be created by logging an SR.
Pl check the patch log to determine for which form(s) generated the errors - try compiling the form(s) manually - see the syntax in MOS Doc 784951.1 (Forms Will Not Compile in R11i Oracle Applications). Pl verify that there are no invalid objects in the database.
HTH
Srini

Similar Messages

  • Unable to deploy BPEL Process --  Says If you have installed a patch to the

    I have a simple BPEL process that calles an ESB flow deployed in the same server.
    I am facing the following issue when trying to deploy the BPEL process.
    The ESB flow is deployed and is working perfectly.
    Configuration:
    JDeveloper 10.1.3.5
    SOA Suite 10g Release 3
    Downloaded from:
    http://www.oracle.com/technetwork/middleware/ias/downloads/index.html
    Here I downloaded this file:
    http://download.oracle.com/otn/nt/ias/101310/soa_windows_x86_101310_disk1.zip
    When I compile the BPEL project, it compiles fine:
    Compiling...
    Compiling C:\JDeveloper\10gMywork\OrderProcessingApp\OrderDistributionProcess\bpel\OrderDistributionProcess.bpel
    *[BPEL Compiler] Initializing compiler for first time use...*
    BPEL suitcase generated in: C:\JDeveloper\10gMywork\OrderProcessingApp\OrderDistributionProcess\output\bpel_OrderDistributionProcess_v2011_09_01__39889.jar
    copying bpel/OrderDistributionProcess.wsdl to output directory
    copying bpel/OrderSystem_OrderSearchService_RSRef.wsdl to output directory
    converting, through native2ascii, build.properties to output directory
    *[11:05:04 AM] Successful compilation: 0 errors, 0 warnings.*
    Now when I choose (Right Click on Project) -> Deploy -> BPEL Process Deployer,
    I get this error:
    Buildfile: C:\JDeveloper\10gMywork\OrderProcessingApp\OrderDistributionProcess\build.xml
    [java] Java Result: 1
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] Validation of workflow task definitions is completed without errors
    deployProcess:
    [echo]
    | Deploying bpel process OrderDistributionProcess on localhost, port 8888
    [deployProcess] Deploying process C:\JDeveloper\10gMywork\OrderProcessingApp\OrderDistributionProcess\output\bpel_OrderDistributionProcess_1.0.jar
    BUILD FAILED
    C:\JDeveloper\10gMywork\OrderProcessingApp\OrderDistributionProcess\build.xml:78: A problem occured while connecting to server "localhost" using port "8888": bpel_OrderDistributionProcess_1.0.jar failed to deploy. Exception message is:  ORABPEL-05215
    Error while loading process.
    The process domain encountered the following errors while loading the process "OrderDistributionProcess" (revision "1.0"): null.
    If you have installed a patch to the server, please check that the bpelcClasspath domain property includes the patch classes.at com.collaxa.cube.engine.deployment.CubeProcessHolder.bind(CubeProcessHolder.java:285)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deployProcess(DeploymentManager.java:804)
    at com.collaxa.cube.engine.deployment.DeploymentManager.deploySuitcase(DeploymentManager.java:670)
    at com.collaxa.cube.ejb.impl.BPELDomainManagerBean.deploySuitcase(BPELDomainManagerBean.java:445)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at com.evermind.server.ejb.interceptor.joinpoint.EJBJoinPointImpl.invoke(EJBJoinPointImpl.java:35)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor$1.run(JAASInterceptor.java:31)
    at com.evermind.server.ThreadState.runAs(ThreadState.java:620)
    at com.evermind.server.ejb.interceptor.system.JAASInterceptor.invoke(JAASInterceptor.java:34)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.TxRequiredInterceptor.invoke(TxRequiredInterceptor.java:50)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.interceptor.system.DMSInterceptor.invoke(DMSInterceptor.java:52)
    at com.evermind.server.ejb.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:119)
    at com.evermind.server.ejb.InvocationContextPool.invoke(InvocationContextPool.java:55)
    at com.evermind.server.ejb.StatelessSessionEJBObject.OC4J_invokeMethod(StatelessSessionEJBObject.java:87)
    at DomainManagerBean_RemoteProxy_4bin6i8.deploySuitcase(Unknown Source)
    at com.oracle.bpel.client.BPELDomainHandle.deploySuitcase(BPELDomainHandle.java:317)
    at com.oracle.bpel.client.BPELDomainHandle.deployProcess(BPELDomainHandle.java:339)
    at deployHttpClientProcess.jspService(_deployHttpClientProcess.java:376)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:453)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:591)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:515)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.security.jazn.oc4j.JAZNFilter$1.run(JAZNFilter.java:396)
    at java.security.AccessController.doPrivileged(Native Method)
    at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
    at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:410)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:368)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:866)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:448)
    at com.evermind.server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:216)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:117)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:110)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    Total time: 6 seconds
    I checked the host port, i.e., 8888 here, from JDeveloper; and it says that the tests passed.
    Help me please.

    Balu,
    it seems you are trying to deploy example for B2B. Please check your B2B is up, AQ are up and accessible and you can also check your SOA dehydration DB .
    You can check some setup and dexample at: http://www.oracle.com/technology/products/integration/b2b/pdf/B2B_TU_001_B2B_BPEL.pdf
    -JMehta

  • After I installed the patches, the server and Jdeveloper do not start, Why?

    I installed the patch 1,2,3 and mandatory patch 4369818 this afternoon. It showed installing is successful. But after the installing, I do not start the server and Jdeveloper.
    05/11/27 22:21:28 java.lang.Thread.run(Thread.java:534) This is the server error.
    When I start the Jdeveloper, the picture of starting flashed and disappeared. I don't know why. PLS people who know causes reply to me. I will feel grateful to you.

    some questions to help us understanding this ssue a little bit better ..
    1) what plattform and what versions of jdeveloper and bpel
    2) pls run jdev.exe and not jdevw.exe to get a debug window ,, what exception does it show there..
    3) is the message you posted the only one you've ssen on the server?
    thx clemens

  • OMS Patch 17513525 install problem

    Since yesterday there is a Patch for OMS available. I'm trying to install it, but I keep getting the same problem.
    I have configured my ORACLE_HOME and PATH according to README:
    [oracle@oemcc12 17513525]$ echo $PATH
    /usr/sbin:/usr/kerberos/bin:/usr/local/bin:/bin:/usr/bin:/home/oracle/bin:/u01/app/oracle/Middleware12cR3/oms/bin:/u01/app/oracle/Middleware12cR3/oms/OPatch:/tmp/ded/
    [oracle@oemcc12 17513525]$ echo $ORACLE_HOME
    /u01/app/oracle/Middleware12cR3/oms/
    opatchauto apply -analyze says that everything is OK, but during the apply I get following:
    To complete the session, please execute the following step(s):
    [Jan 16, 2014 9:38:38 AM]    Step 1. On host oemcc12.vm.net run below command(s) as user "oracle":
                                 /u01/app/oracle/Middleware12cR3/oms/OPatch/opatchauto checkApplicable -ph /tmp/ded/17513525 -oh /u01/app/oracle/Middleware12cR3/oms -invPtrLoc /u01/app/oracle/Middleware12cR3/oms/oraInst.loc
                                 Step 2. On host oemcc12.vm.net run below command(s) as user "oracle":
                                 NOTE: Please replace %EM_REPOS_PASSWORD% with credential for OMS repository SYSMAN user.
                                 /u01/app/oracle/Middleware12cR3/oms/bin/emctl register oms metadata -service swlib -debug -file /u01/app/oracle/Middleware12cR3/oms/sysman/metadata/swlib/multioms -core -sysman_pwd xxxxxx
                                 Step 3. On host oemcc12.vm.net run below command(s) as user "oracle":
                                 NOTE: Please replace %EM_REPOS_PASSWORD% with credential for OMS repository SYSMAN user.
                                 /u01/app/oracle/Middleware12cR3/oms/bin/emctl register oms metadata -service procedures -debug -file /u01/app/oracle/Middleware12cR3/oms/sysman/metadata/procedures/linuxpatch/PatchLinux.xml -core -sysman_pwd xxxx
                                 Step 4. On host oemcc12.vm.net run below command(s) as user "oracle":
                                 /u01/app/oracle/Middleware12cR3/oms/OPatch/opatchauto commit -id 17513525 -oh /u01/app/oracle/Middleware12cR3/oms -invPtrLoc /u01/app/oracle/Middleware12cR3/oms/oraInst.loc
    To continue, OPatch will do the following:                                                                                                                                                                                       [Patch and deploy patch(es) binaries]   : Apply patch(es) [ 17513525 ] to Oracle Home "/u01/app/oracle/Middleware12cR3/oms";                                                                                                                                               Apply RCU artifact with patch "/u01/app/oracle/Middleware12cR3/oms/.patch_storage/17513525_Jan_13_2014_07_45_01/original_patch";                                                                                                 Register MRS artifact "swlib";                                                                                                                                                                                                   Register MRS artifact "procedures"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       Do you want to proceed? [y|n]                                                                                                                                                                                                    y                                                                                                                                                                                                                                User Responded with: Y                                                                                                                                                                                                                                                                                                                                                                                                                                            Applying patch "17513525" to Oracle Home "/u01/app/oracle/Middleware12cR3/oms"...                                                                                                                                                Please monitor OPatch log file: /u01/app/oracle/Middleware12cR3/oms/cfgtoollogs/opatch/17513525_Jan_16_2014_09_33_25/apply2014-01-16_09-35-04AM_11.log                                                                                                                                                                                                                                                                                                            Updating repository with RCU reference file "/u01/app/oracle/Middleware12cR3/oms/.patch_storage/17513525_Jan_13_2014_07_45_01/original_patch"                                                                                                                                                                                                                                                                                                                     Registering service "swlib" with register file "/u01/app/oracle/Middleware12cR3/oms/sysman/metadata/swlib/multioms"...                                                                                                                                                                                                                                                                                                                                            Some error occurred during update MRS action. Please refer individual log file(s) for details.                                                                                                                                   Log file location: /u01/app/oracle/Middleware12cR3/oms/cfgtoollogs/opatch/2014-01-16_09-33-24AM_SystemPatch_17513525_1/emctl_register_swlib_2014-01-16_09-38-33AM.log                                                                                                                                                                                                                                                                                             To complete the session, please execute the following step(s):                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     Step 1. On host oemcc12.vm.net run below command(s) as user "oracle":                                                                                                                                                            /u01/app/oracle/Middleware12cR3/oms/OPatch/opatchauto checkApplicable -ph /tmp/ded/17513525 -oh /u01/app/oracle/Middleware12cR3/oms -invPtrLoc /u01/app/oracle/Middleware12cR3/oms/oraInst.loc                                                                                                                                                                                                                                                                    Step 2. On host oemcc12.vm.net run below command(s) as user "oracle":                                                                                                                                                            NOTE: Please replace %EM_REPOS_PASSWORD% with credential for OMS repository SYSMAN user.                                                                                                                                                                                                                                                                                                                                                                          /u01/app/oracle/Middleware12cR3/oms/bin/emctl register oms metadata -service swlib -debug -file /u01/app/oracle/Middleware12cR3/oms/sysman/metadata/swlib/multioms -core -sysman_pwd %EM_REPOS_PASSWORD%                                                                                                                                                                                                                                                          Step 3. On host oemcc12.vm.net run below command(s) as user "oracle":                                                                                                                                                            NOTE: Please replace %EM_REPOS_PASSWORD% with credential for OMS repository SYSMAN user.                                                                                                                                                                                                                                                                                                                                                                          /u01/app/oracle/Middleware12cR3/oms/bin/emctl register oms metadata -service procedures -debug -file /u01/app/oracle/Middleware12cR3/oms/sysman/metadata/procedures/linuxpatch/PatchLinux.xml -core -sysman_pwd %EM_REPOS_PASSWORD%                                                                                                                                                                                                                                                                                                                                                                                                                                                               
    Step 4. On host oemcc12.vm.net run below command(s) as user "oracle":
    /u01/app/oracle/Middleware12cR3/oms/OPatch/opatchauto commit -id 17513525 -oh /u01/app/oracle/Middleware12cR3/oms -invPtrLoc /u01/app/oracle/Middleware12cR3/oms/oraInst.loc
    Copying all logs to: /u01/app/oracle/Middleware12cR3/oms/cfgtoollogs/opatch/2014-01-16_09-33-24AM_SystemPatch_17513525_1
    Patching summary:
    Following patch(es) are successfully applied (Oracle home:patch list):
    /u01/app/oracle/Middleware12cR3/oms:17513525
    [ Error during Patch and deploy patch(es) binaries Phase]. Detail: Some error occurs during deploying the MRS artifact for service "{0}".
    opatchauto failed: opatchauto failed to execute some of the OMS operations. Please refer log file(s) for details.
    Log file location: /u01/app/oracle/Middleware12cR3/oms/cfgtoollogs/opatchauto/17513525/opatch_oms_2014-01-16_09-33-29AM_deploy.log
    Recommended actions: Please check the opatch, opatchauto, artifact log files for the failed MRS artifact action(s) and contact Oracle Support with the logs.
    opatchauto failed with error code 244
    [oracle@oemcc12 17513525]$ emctl start oms
    Oracle Enterprise Manager Cloud Control 12c Release 3 
    Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    Starting Oracle Management Server...
    Starting WebTier...
    WebTier Successfully Started
    Oracle Management Server is Down. PBS and Console both may not be up.
    After that I can not start my OMS.
    Rollbacking  with opatchauto rollback -id xxxx  doesnt work. I had to rollback it with opatch rollback -id xxxx. After that I'm able to start the OMS.
    By execution off some steps I also get an error:
    [oracle@oemcc12 ~]$ /u01/app/oracle/Middleware12cR3/oms/bin/emctl register oms metadata -service swlib -debug -file /u01/app/oracle/Middleware12cR3/oms/sysman/metadata/swlib/multioms -core -sysman_pwd xxxxxx
    Oracle Enterprise Manager Cloud Control 12c Release 3 
    Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    Starting output for debug mode.
    Debug logs will be written to /u01/app/oracle/Middleware12cR3/em/EMGC_OMS1/sysman/log/emctl.log
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/as/jmx/framework/PortableMBeanFactory
        at oracle.sysman.emctl.util.EmctlUtil.getReposConnUsingAdminServer(EmctlUtil.java:777)
        at oracle.sysman.emctl.util.EmctlUtil.getReposConn(EmctlUtil.java:719)
        at oracle.sysman.emctl.extensibility.EmctlMdsUtil.getReposConnection(EmctlMdsUtil.java:69)
        at oracle.sysman.emctl.extensibility.EmctlMetadataService.main(EmctlMetadataService.java:152)
    Caused by: java.lang.ClassNotFoundException: oracle.as.jmx.framework.PortableMBeanFactory
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 4 more
    [oracle@oemcc12 ~]$ /u01/app/oracle/Middleware12cR3/oms/bin/emctl register oms metadata -service procedures -debug -file /u01/app/oracle/Middleware12cR3/oms/sysman/metadata/procedures/linuxpatch/PatchLinux.xml -core -sysman_pwd xxxxxxx
    Oracle Enterprise Manager Cloud Control 12c Release 3 
    Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    Starting output for debug mode.
    Debug logs will be written to /u01/app/oracle/Middleware12cR3/em/EMGC_OMS1/sysman/log/emctl.log
    Exception in thread "main" java.lang.NoClassDefFoundError: oracle/as/jmx/framework/PortableMBeanFactory
        at oracle.sysman.emctl.util.EmctlUtil.getReposConnUsingAdminServer(EmctlUtil.java:777)
        at oracle.sysman.emctl.util.EmctlUtil.getReposConn(EmctlUtil.java:719)
        at oracle.sysman.emctl.extensibility.EmctlMdsUtil.getReposConnection(EmctlMdsUtil.java:69)
        at oracle.sysman.emctl.extensibility.EmctlMetadataService.main(EmctlMetadataService.java:152)
    Caused by: java.lang.ClassNotFoundException: oracle.as.jmx.framework.PortableMBeanFactory
        at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 4 more
    Is there someone else, having the same problem...
    What could be the solution?

    Hi, in the meantime i have updated my db version to 11.2.0.4.
    Now I have this:
    [oracle@oemcc12 OPatch]$ ./opatch version
    OPatch Version: 11.1.0.10.2
    [oracle@oemcc12 OPatch]$ ./opatch lsinv
    OPatch Version : 11.1.0.10.2
      OUI  Version : 11.2.0.4.0
    The OPatch version is not applicable for current OUI version.
    Since OUI Version starts with 11.2, Please go to 'My Oracle Support' and get right OPatch 11.2.*.*.* based on patch 6880880, release version 11.2.0.0.0 and appropriate platform.
    OPatch succeeded.
    After installing the latest version of Opatch I can not use the opatchauto option:
    [oracle@oemcc12 OPatch]$ ls -l
    total 140
    drwxr-xr-x 3 oracle oinstall  4096 Dec 13 21:53 crs
    drwxr-xr-x 2 oracle oinstall  4096 Dec 13 21:53 docs
    -rwxr-xr-x 1 oracle oinstall 23695 Dec 13 21:53 emdpatch.pl
    drwxr-xr-x 3 oracle oinstall  4096 Dec 13 21:53 jlib
    drwxr-xr-x 4 oracle oinstall  4096 Dec 13 21:53 ocm
    -rwx--x--- 1 oracle oinstall 31493 Dec 13 21:53 opatch
    -rwxr-xr-x 1 oracle oinstall 19867 Dec 13 21:53 opatch.bat
    -rwxr-xr-x 1 oracle oinstall 10056 Dec 13 21:53 opatchdiag
    -rwxr-xr-x 1 oracle oinstall  9352 Dec 13 21:53 opatchdiag.bat
    -rwxr-xr-x 1 oracle oinstall    49 Dec 13 21:53 opatch.ini
    -rwxr-xr-x 1 oracle oinstall  2576 Dec 13 21:53 opatch.pl
    drwxr-xr-x 4 oracle oinstall  4096 Dec 13 21:53 opatchprereqs
    drwxr-xr-x 3 oracle oinstall  4096 Dec 13 21:53 oplan
    -rw-rw-r-- 1 oracle oinstall  3064 Dec 17 21:38 README.txt
    -rw-r----- 1 oracle oinstall    26 Dec 13 21:53 version.txt
    According to readme:
    https://updates.oracle.com/Orion/Services/download?type=readme&aru=17010886#BABHIABC
    2 Prerequisites
    Ensure that you have the latest version of OPatch 11.1 on all OMS instance platform homes. (this should be updated)
    autopatching with this versions of Opatch(11.1) and OUI(11.2.0.4) is not possible. Is there any other way to this? Do I also need to update the Opatch to 11.2?
    In that case it's only possible to patch with "usual" opatch command.
    To be honest, I'm not willing to experiment, since last time i lost a lot of time trying to figure this out, specially when I had a problem, that my oms can't start after patching.
    Uploading the log file is not relevant now, because I'm now using different OUI and DB Version.
    Regards!

  • How to install a patch in oracle apps

    Hi,
    Please provide me the steps to install a patch in oracle apps(unix platform)

    Welcome to the forums !
    Pl post EBS questiosn in the EBS forms http://forums.oracle.com/forums/category.jspa?categoryID=3
    Pl see these MOS Docs for answers to your question -
    130608.1 - adpatch Basics
    174436.1 - Oracle Applications Patching FAQ
    HTH
    Srini

  • How to install a patch from local JAR file...

    Newbie question -
    I'm getting an error when deploying an MDB on WL 10.0 - someone else had also come across that same error and he sent me a patch (CR326377_10GA.jar) that should fix it.
    How do I install that patch on my local WinXP installation of WL - do I just add an entry to the CLASSPATH of the startweblogic.bat file? I'm a little concenred about the order of JARs there... is there a better way?!
    I tried looking up this patch using the Smart Update utility - but I could not find it there - how do I do it manually?
    thanks,
    james
    Edited by jdepaul at 03/20/2008 4:13 PM

    I believe you can contact support and get a patch id and passcode for this
    patch and then install using smart update.
    StartWeblogic.cmd will also look for a weblogic_patch.jar in the patch
    directory. I.e. something like
    d:\BEA10\patch_wls100\profiles\default\sys_manifest_classpath\weblogic_patch.jar
    Cut/paste the directory from the output of startweblogic.cmd and then create
    the directory and copy the patch to the right filename.
    Or you can put the patch before any other jars in the classpath.
    Peter
    <James DePaul> wrote in message news:[email protected]..
    Newbie question -
    I'm getting an error when deploying an MDB on WL 10.0 - someone else had
    also come across that same error and he sent me a patch (CR326377_10GA.jar)
    that should fix it.
    How do I install that patch on my local WinXP installation of WL - do I just
    add an entry to the CLASSPATH of the startweblogic.bat file? I'm a little
    concenred about the order of JARs there... is there a better way?!
    I tried looking up this patch using the Smart Update utility - but I could
    not find it there - how do I do it manually?
    thanks,
    james
    Edited by jdepaul at 03/20/2008 4:13 PM

  • Error while installing a patch for Mainwin 5.0.2 on Solaris 2.8

    Hi,
    I am relatively new in this field, so i apologise for any slip-ups.
    We use a Solaris 2.8-SPARC server. I was given an external drive which contained the porting software Visual Mainwin 5.0.2 and was told to install it from the drive. On checking it, i found that the entire folder structure of the software was damaged, i.e. every file of the software was changed to uppercase. UNIX being highly case-sensitive, i manually changed each and every file present in the software directory to lowercase and then ran it.
    The software ran fine, it got installed and the license server was also up. the licenses were also nicely distributed. everything was fine until i was asked to install the patch 'vmw502_sunos5_HF1.sh'. While installing i got the following output :
    # sh vmw502_sunos5_HF*
    Extracting installation package to "/tmp/mwspselfextr27624".
    Please stand by ... Done.
    =====================================================================
    Visual MainWin Patch Installation
    HF1 for VMW 5.0.2 <sunos5> 24-Jul-2003.14:01 Cycle115
    =====================================================================
    ***Error: cannot find file
    /export/home/tools/solaris/env/mainsoft/../mwver/mwversion.ini
    Something wrong with your Visual MainWin installation - aborting
    when i checked the installation directory, i found that the file 'mwversion.ini' was present inside the directory 'mwver'. I cant see any reason why the patch is not recognizing the file.
    Can anybody help?? Any kind of help will really be appreciated.
    -SD

    Hope you already tried: ls -l /export/home/tools/solaris/env/mainsoft/../mwver/mwversion.ini If ls returns the file name, try running the script under truss to find some clues.
    % truss -f -vall -rall -wall -o /tmp/mwpatch.log sh vmw502_sunos5_HF*

  • Dynamic file name - Components to be installed in patch required for SP12

    Dear All ,
    1)Plz let me know what is the prerequisites for installing SP12 Patch in XI i.e <b>what all components do I need to install for this</b>  . Currently I am using SP 09 and I am facing problem related to Dynamic file in file adapter .
    2) While installing the components for this patch , is it going to affect my pre-configured scenarios .
    Thanks in advance
    Prabhat

    Hi Danny!
    So you are saying that this is a valid path specification in Windows? I did not know this. And I do not remember to ever have seen this before with Java.
    Is there a reason why this "abbreviated" form is used in Java?
    Has this changed recently, or did I simply never found it before?
    Can this be behavior be changed to the complete path form? I like to call 'get[Absolute]Path()' in log messages and test cases, but want to see the complete path in such a case. I would like to avoid getCanonicalPath() in such cases, because this method declares an exception.
    Cheers,
    Michael

  • How to install a patch on remaining ISE servers

    Hello,
    I have a cluster of ISE servers in version 1.1.4. I patched it with Patch 4.
    Then, I added more ISE servers in version 1.1.4. How to I patch these new servers to Patch 4 ? In the status page, it displays correctly that some servers have the patch installed while the new ones do not have it installed. But I don't find the way do install the patch on the remaining server ?
    Can anyone tell me how to proceed ?
    Thanks,
    David

    If you need to install the patch on one or more secondary nodes, ensure that the nodes are up and repeat the process from Step 1 to install the patch on the remaining nodes.
    Please go through the link for the installation steps and form the page 119.
    http://www.cisco.com/en/US/docs/security/ise/1.2/user_guide/ise_ug.pdf

  • Unable to install Acrobat Patch 8.16 on Mac. What can I do?

    Unable to install Acrobat Patch 8.16 on Mac. What can I do?

    What system Version??
    (Please note information is given by an Experienced User of Acrobat. I am not an employee of Adobe.)

  • I need a patch files Install Oracle 9i(9.2.0.1) in RHEL3

    Hi!!!
    I need a patches to Install Oracle 9i(9.2.0.1) in RHEL3.
    I know that they are in metalink, but I don't login to metalink site... *^^*
    I need some patche files...
    p3006854_9204_LINUX.zip
    p3095277_9204_LINUX.zip
    p3119415_9204_LINUX.zip
    p2617419_210_GENERIC.zip
    Could somebody send them to email, my email address is [email protected]
    Thanks, Have a good day... *^^*!

    Hello !
    I need a patches to Install Oracle 9i(9.2.0.1) in RHEL3.
    I know that they are in metalink, but I don't login to metalink site... *^^*
    I need some patche files...
    p3006854_9204_LINUX.zip (2 KB)
    p3119415_9204_LINUX.zip (7 KB)
    p3238244_9204_LINUX.zip (280 KB)
    p2617419_220_GENERIC.zip (220 KB)
    P3095277_9204_LINUX.zip (318 MB)
    Could somebody send them to email, my email address is [email protected]
    Thanks, Have a good day...

  • Help: Installing ODM patch 10.1.0.3.1 on Win 2K?

    I am trying to install ODM patch 10.1.0.3.1 (ref 3978002 on metalink) on Oracle 10g RDBMS 10.1.0.3.0 on Windows 2K.
    When I run the patch installation script dm10131_patch.bat, the script hangs and never completes.
    I looked at the script and it appears that the following command within the patch10131.sql is hanging:
    execute dbms_java.grant_permission(UPPER('DMSYS'),'SYS:java.io.FilePermission','dm/lib/odmapi.jar','read');
    Any help on how to get this patch to install is greatly appreciated.
    Regards,
    Shah

    Hi,
    I've the same problems after installing 10.1.0.3-patch on my W2K-DB and then ODM 10.1.0.3.1.
    There are several invalid objects in the sys-schema:
    - ODM_ABN_
    - ODM_CLUSTERING_UTIL
    - ODM_KM_CLUSTERING_MODEL
    - ODM_MINING_TRANSFORMATION
    - ODM_OC_CLUSTERING_MODEL
    - ODM_SUPERVISED_MODEL
    I cannot compile them, I get such errors:
    Line # = 25 Column # = 41 Error Text = PLS-00201: identifier 'INTEGER_TAB_TYPE' must be declared
    Line # = 25 Column # = 4 Error Text = PL/SQL: Declaration ignored
    Line # = 26 Column # = 40 Error Text = PLS-00201: identifier 'NUMBER_TAB_TYPE' must be declared
    Line # = 26 Column # = 4 Error Text = PL/SQL: Declaration ignored
    Line # = 33 Column # = 35 Error Text = PLS-00201: identifier 'CELL_TYPE' must be declared
    Line # = 33 Column # = 4 Error Text = PL/SQL: Declaration ignored
    Line # = 34 Column # = 43 Error Text = PLS-00201: identifier 'CLUSTER_NODE_TYPE' must be declared
    Line # = 34 Column # = 4 Error Text = PL/SQL: Declaration ignored
    Line # = 35 Column # = 47 Error Text = PLS-00201: identifier 'CLUSTER_INTERNAL_TYPE' must be declared
    Line # = 35 Column # = 4 Error Text = PL/SQL: Declaration ignored
    Can anybody help me please?
    Thanks
    detlef

  • SQL patch mismatch: Installed in the PDB but not in the CDB - how to correct?

    I have a 12.1.0.1 database in which I wanted to migrate a number of PDBs to AL32UTF character set. To do this I created a second (temporary) database with the correct characterset, unplugged and re-plugged each PDB and ran the DMA U to migrate the PDBs - all went well.
    I then dropped the first database and built another again with the correct characterset.
    When I unplug and replug the PDBs from the temporary to the new database I get the following PDB violation:
    PDB_ACPT_CLONE     SQL patch 19648840 mismatch: Installed in the PDB but not in the CDB.
    This patch had been applied to the original database and then rolled back before the temporary and new databases were created.
    datapatch shows:
    C:\oracle\product\12.1.0\dbhome_1\OPatch>datapatch -verb
    SQL Patching tool version 12.1.0.1.0 on Wed Jan 21 09:43
    Copyright (c) 2012, Oracle.  All rights reserved.
    Connecting to database...OK
    Determining current state...
    Currently installed SQL Patches:
      PDB CDB$ROOT:
      PDB PDB$SEED:
      PDB PDB_ORCL12C:
      PDB PDB_ACPT_CLONE:
    Currently installed C Patches:
    For the following PDBs: CDB$ROOT
      Nothing to roll back
      Nothing to apply
    For the following PDBs: PDB$SEED
      Nothing to roll back
      Nothing to apply
    For the following PDBs: PDB_ORCL12C
      Nothing to roll back
      Nothing to apply
    For the following PDBs: PDB_ACPT_CLONE
      Nothing to roll back
      Nothing to apply
    SQL Patching tool complete on Wed Jan 21 09:43:44 2015
    C:\oracle\product\12.1.0\dbhome_1\OPatch>
    PDB_ORCL12C was created in the new database.
    The moved PDB is now stuck in RESTRICTED mode.
    Any ideas on how to resolve this?

    Are you sure all PDBs were open when the patch was applied?
    The more common issue is when one version of Apex is installed in the root and a different version installed in a PDB and the PDB is plugged in.

  • Sol9 12/03 OS full install + 9_Recommended patch problem

    Installing Sol9 12/03 on a SunFire 280r then installing the most recent 9_Recommended cluster (04/01/2004), this is the output during installation of 9_Recommended;
    Installing 113718-02...
    Installation of 113718-02 failed. Return code 35.
    Installing 113574-03...
    Installation of 113574-03 failed. Return code 35.
    Looking over SunSolve I see these packages have been withdrawn and backed out to a previous revisions.
    Sol9 12/03 OS installs;
    113718-03
    113574-07
    9_Recommended from 04/01/2004 tries to installl;
    113718-02
    113574-03
    SunSolve shows as current;
    113718-02
    113574-03
    Here is the uname -a;
    # uname -a
    SunOS hostname 5.9 Generic_112233-11 sun4u sparc SUNW,Sun-Fire-280R
    How can I backout or down version an OS installed package ?

    Unjar your files and you might see the premissions are not set for the post or pre scripts. I am not sure if this is a feature or there for protection in forcing one to install the patches by had , if you down load the zip version the perm are probable set.

  • Solaris boot problem after Patch cluster install

    just wondering if anyone can assist. i have just installed solaris 10 x86 recommended patches on a 16 disks server. where first 2 disks are mirrored called rpool, and remaining 14 disks are raid z called spool. upon installing the patches successfully and rebooting server, i am coming up with the following error:
    NOTICE: Can not read the pool label from '/pci@0,0/pci8086,25f8@4/pci111d,801c@0/pci111d,801c@4/pci108e,286@0/disk@0,0:a /pci@0,0/pci8086,25f8@4/pci111d,801c@0/pci111d,801c@4/pci108e,286@0/disk@1,0:a'
    NOTICE: spa_import_rootpool: error 5, Inc. All rights reserved.
    Cannot mount root on /pci@0,0/pci8086,25f8@4/pci111d,801c@0/pci111d,801c@4/pci108e,286@0/disk@0,0:a /pci@0,0/pci8086,25f8@4/pci111d,801c@0/pci111d,801c@4/pci108e,286@0/disk@1,0:a fstype zfs
    panic[cpu0]/thread=fffffffffbc28820: vfs_mountroot: cannot mount root
    fffffffffbc4b190 genunix:vfs_mountroot+323 ()
    fffffffffbc4b1d0 genunix:main+a9 ()
    fffffffffbc4b1e0 unix:_start+95 ()
    skipping system dump - no dump device configured
    rebooting...
    It looks like the solaris 10 os cannot find zfs filesystem and keeps on rebooting in normal solaris os mode, but when I go to safe mode and type: zfs list, I can see zfs rpool (mirrored) file system and cannot see the zfs spool (raid z) file system, any ideas on how i can fix the boot problem and get zfs spool back in the safest way possible?...

    Same problem here with actual recomended patch set.
    NOTICE: Can not read the pool label from '/pci@0,0/pci10de,375@f/pci1000,3150@0/sd@0,0:a /pci@0,0/pci10de,375@f/pci1000,3150@0/sd@1,0:a'
    NOTICE: spa_import_rootpool: error 5
    Cannot mount root on /pci@0,0/pci10de,375@f/pci1000,3150@0/sd@0,0:a /pci@0,0/pci10de,375@f/pci1000,3150@0/sd@1,0:a fstype zfs
    panic[cpu0]/thread=fffffffffbc28820: vfs_mountroot: cannot mount root
    fffffffffbc4b190 genunix:vfs_mountroot+323 ()
    fffffffffbc4b1d0 genunix:main+a9 ()
    fffffffffbc4b1e0 unix:_start+95 ()
    What the hell happened to the bootsektor or the pool or what ever?

Maybe you are looking for

  • On OS X Lion Mountain, how can I get the escape key to work?

    While typing i accidentally disabled the f keys (f1-f10) on the first row and the esc key. After trying to find a solution i manage to enable he f keys but works only after typing the fn key with an f key. The esc key still doesnt work. Can someone h

  • Cannot open pdf files from websites with Adobe Acrobat X

    Since purchasing and having my IT technician install Adobe Acrobat X, I can no longer open pdf documents that are hosted on websites.  We have many pdf documents on our business network and MS SharePoint sites.  Since the upgrade these will not open

  • Photosmart C6100 "Filter" failed

    What does the message "Stopped - "Filter" failed, 1 page" mean? How do I correct the error? I have an HP Photosmart C6100 series printer from an iMAc OS X 10.8.4 (Mountain Lion?)

  • Directing workflow transition based on form element value

    Question 1 ======= How can workflow change values in a form element? Example: We have an expense aproval form. If the form transits from state ManagerA to state Reject, I want the form element Rejected by: to be automaticaly set to value ManageA. How

  • Does package DBMS_AUDIT_MGMT need Audit Vault licence option ?

    Hi, I audited objects by access and stored it on DB (SYS.AUD$ table). I need to purge information and found there is a package to do it. My question is simple : can I use package DBMS_AUDIT_MGMT without any extras licence like Audit Vault ? Kind rega