[Solved]PyPanel w/ Rab Fails To Apply Patch

Well, I decided that if the patch wasn't going to work then I was going to edit the file myself (I made a backup before doing so) and I tried making sense of it (I don't know Python, but I do know several other programming languages so it wasn't too difficult to understand it) and I was able to edit /usr/bin/pypanel manually and change line 62 to make it float. This is my own method so I am not sure how good it is but I'll share, where it says P_LOCATION, I just subtracted however much pixels I wanted it to float so for example:
self.window = self.screen.root.create_window(P_START, (P_LOCATION - 5),
It was easy, quick and painless.
Edit: Now I get/understand the patch and how it works! I wish it clicked in my head earlier. Ironically, the only way I would have ever understand it was to look inside of /usr/bin/pypanel.
Hello, I'm trying to make PyPanel float using a patch called rab, but I am getting some errors when I try to apply the patch. I did some Googling and found a thread from here that had instructions on it, but I was still unsuccessful and I am having difficulties interpreting the error message.
When you download rab, it's not exactly the same as shown on the website (not too much of a difference). Two things I noticed is that it does contained @@ at the beginning of line 3 which I believe it is suppose to, but it doesn't show that on the website (I talked with some other people about this and they thought that might of been the problem looking from the site). Another odd thing is it doesn't close it's parentheses on like 34; it just ends with a comma. I've tried messing around with the file such as adding an ending parentheses to it and removing the last comma, but it produces the same error message.
This is what the file exactly looks like on my computer and it is saved as rab:
--- ./pypanel 2005-06-26 16:24:43.000000000 -0700
+++ ./pypanel 2006-10-22 13:47:00.000000000 -0700
@@ -44,19 +44,28 @@
self.focus = 0 # Currently focused window
self.rpm = None # Root pixmap ID
- global P_HEIGHT, P_WIDTH, P_LOCATION
+ global P_HEIGHT, P_WIDTH, P_LOCATION, P_B_BUFF, P_T_BUFF, P_L_BUFF, P_R_BUFF, P_START
+
# Misc. initializations
if SHOWLINES or SHOWBORDER:
self.lgc = self.root.create_gc(foreground=self.getColor(LINE_COLOR))
if not P_WIDTH:
P_WIDTH = self.screen.width_in_pixels - P_START
+ elif P_WIDTH:
+ P_WIDTH -= P_START
+ if P_L_BUFF != 0 and P_R_BUFF != 0:
+ P_WIDTH -= P_R_BUFF + P_START + P_L_BUFF
+ P_START += P_L_BUFF
if SHOWBORDER:
P_HEIGHT += 2
if P_LOCATION:
P_LOCATION = self.screen.height_in_pixels - P_HEIGHT
- else:
+ if P_B_BUFF != 0:
+ P_LOCATION -= P_B_BUFF
+ else:
P_LOCATION = 0
+ if P_T_BUFF != 0:
+ P_LOCATION = P_T_BUFF
# Setup the panel's window
self.window = self.screen.root.create_window(P_START, P_LOCATION,
Now this is what I do exactly as root:
[root@Aprz andrew]# cp rab ~
[root@Aprz andrew]# cp /usr/bin/pypanel ~
[root@Aprz andrew]# cd ~
[root@ Aprz ~]# ls
pypanel rab
[root@Aprz ~]# patch -Ng1 < rab
patching file pypanel
patch unexpectedly ends in middle of line
Hunk #1 FAILED at 44.
1 out of 1 hunk FAILED -- saving rejects to file pypanel.reg
[root@Aprz ~]# ls
pypanel pypanel.orig pypanel.rej rab
This is pypanel.rej:
*** 44,62 ****
self.focus = 0 # Currently focused window
self.rpm = None # Root pixmap ID
- global P_HEIGHT, P_WIDTH, P_LOCATION
# Misc. initializations
if SHOWLINES or SHOWBORDER:
self.lgc = self.root.create_gc(foreground=self.getColor(LINE_COLOR))
if not P_WIDTH:
P_WIDTH = self.screen.width_in_pixels - P_START
if SHOWBORDER:
P_HEIGHT += 2
if P_LOCATION:
P_LOCATION = self.screen.height_in_pixels - P_HEIGHT
- else:
P_LOCATION = 0
# Setup the panel's window
--- 44,71 ----
self.focus = 0 # Currently focused window
self.rpm = None # Root pixmap ID
+ global P_HEIGHT, P_WIDTH, P_LOCATION, P_B_BUFF, P_T_BUFF, P_L_BUFF, P_R_BUFF, P_START
+
# Misc. initializations
if SHOWLINES or SHOWBORDER:
self.lgc = self.root.create_gc(foreground=self.getColor(LINE_COLOR))
if not P_WIDTH:
P_WIDTH = self.screen.width_in_pixels - P_START
+ elif P_WIDTH:
+ P_WIDTH -= P_START
+ if P_L_BUFF != 0 and P_R_BUFF != 0:
+ P_WIDTH -= P_R_BUFF + P_START + P_L_BUFF
+ P_START += P_L_BUFF
if SHOWBORDER:
P_HEIGHT += 2
if P_LOCATION:
P_LOCATION = self.screen.height_in_pixels - P_HEIGHT
+ if P_B_BUFF != 0:
+ P_LOCATION -= P_B_BUFF
+ else:
P_LOCATION = 0
+ if P_T_BUFF != 0:
+ P_LOCATION = P_T_BUFF
# Setup the panel's window
What's odd is there isn't even a line 44 so what is the error message talking about?
Anyhow, I've been doing a lot of Googling and talking with some other people, but no solution has been found. They recommened that I should probably try finding another method to make it float because a lot of the post that are about rab are outdate (2007) and it doesn't seem like anyone has poked at it since then, but I'll give rab one last try here.
Last edited by Aprz (2008-06-26 09:46:19)

Most probably pypanel is a python 2 application. Replace 'python' with 'python2' in both the depends array and within the build function in the PKGBUILD.

Similar Messages

  • OPMN configuration assistant failed while applying patch on SOA 10.1.3.1

    Hi All,
    I tried upgrading the SOA Server from version 10.1.3.1 to 10.1.3.4 by applying a patch . But while applying patch I faced an error “OPMN Configuration Assistant failed “ . When I gave opmnctl status command in the command prompt I found that the issue is with starting up the HTTP Server . Rest all components of opmn were up and running.
    The error msg i got is:
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Output generated from configuration assistant "Run One-off OPatches":
    Oracle Interim Patch Installer version 1.0.0.0.56
    Copyright 2006 Oracle Corporation. All Rights Reserved..
    We recommend you refer to the OPatch documentation under
    OPatch/docs for usage reference. We also recommend using
    the latest OPatch version. For the latest OPatch version
    and other support related issues, please refer to document
    293369.1 which is viewable from metalink.oracle.com
    ERROR: OPatch failed because of Inventory problem.Cannot find Oracle Universal Installer shared library
    OPatch returns with error code = 100
    Configuration assistant "Run One-off OPatches" succeeded
    Output generated from configuration assistant "OPMN Configuration Assistant":
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    2 of 3 processes started.
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=1392512192,pid=4728)
    failed to start a managed process after the maximum retry limit
    Log:
    D:\product\10.1.3.1\OracleAS_3\opmn\logs\\HTTP_Server~1.log
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    can you please suggest a way out for this error .
    Edited by: user10451494 on May 24, 2009 10:24 AM

    Did you check what's in D:\product\10.1.3.1\OracleAS_3\opmn\logs\HTTP_Server~1.log file? Also check what error is reported in D:\product\10.1.3.1\OracleAS_3\Apache\Apache\logs\error.log file.
    Thanks
    Shail

  • Instance failed after applying patch

    i am learning on ides. i applied patch #10 to my system, some how it failed to apply, now my instance is not starting up , is there any way to undo the patch. thanks for the reply

    Hi,
    Usually instance startup is nothing to take with the Patches applied specially in ABAP kind of system. If your Patch implementation is in middle, So you must be getting lots lots of dump...But system should come up in most of cases.
    Ok...Now...have you changed something related to Parameters (Memory, DB related or any other parameters)...because parameters change is something very crucial when your system is not coming up?
    Please post some more inforrmation so that we can help you out.....Please try to debug step wise...
    1) is DB is coming up?
    2) if yes, please post some relevent info from dev_disp, dev_w0 or dev_ms file or from some other files which are getting updated when you are trying to restart your system.
    With Regards,
    Saurabh
    Edited by: Saurabh.Arora on May 17, 2009 9:34 PM

  • OPatch failed with error code 73 while applying patch 5191377

    hi,
    while applying patch 5191377
    i got the following error
    Oracle interim Patch Installer version 10.2.0.1.0
    Copyright (c) 2005, Oracle Corporation. All rights reserved..
    Oracle Home : /U00010.00/Grid/db10g
    Central Inventory : /etc/oraInventory
    from : /U00010.00/Grid/db10g/oraInst.loc
    OPatch version : 10.2.0.1.0
    OUI version : 10.2.0.1.0
    OUI location : /U00010.00/Grid/db10g/oui
    Log file location : /U00010.00/Grid/db10g/cfgtoollogs/opatch/opatch-2008_May_29_15-36-47-IST_Thu.log
    ApplySession applying interim patch '5191377' to OH '/U00010.00/Grid/db10g'
    Apply Session failed: ApplySession failed to prepare the system. ApplySession: Required component(s) [ oracle.sysman.repository.core, 10.2.0.1.0 ] not present in the Oracle Home or a higher version found.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 73
    can anyone please help to solve this issue....
    Regards
    Pradeep

    hi,
    Please find the log
    SEVERE:OPatch invoked as follows: 'apply '
    INFO:
    Oracle Home : /U00010.00/Grid/db10g
    Central Inventory : /etc/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 10.2.0.1.6
    OUI version : 10.2.0.1.0
    OUI location : /U00010.00/Grid/db10g/oui
    Log file location : /U00010.00/Grid/db10g/cfgtoollogs/opatch/opatch2008-05-29_17-34-00PM.log
    INFO:Starting ApplySession at Thu May 29 17:34:01 IST 2008
    INFO:Starting Apply Session at Thu May 29 17:34:01 IST 2008
    INFO:ApplySession applying interim patch '5191377' to OH '/U00010.00/Grid/db10g'
    INFO:Starting to apply patch to local system at Thu May 29 17:34:01 IST 2008
    INFO:Start the Apply initScript at Thu May 29 17:34:01 IST 2008
    INFO:Finish the Apply initScript at Thu May 29 17:34:01 IST 2008
    INFO:Patch 5191377 has no conflicts/superset wiht any other patch processed till now
    INFO:Checking conflicts for patch: 5191377
    INFO:Checking conflicts/supersets for patch: 5191377 with patch:5191377
    INFO:
    Running prerequisite checks...
    INFO:Space Needed : 629324
    INFO:Prereq checkPatchApplicableOnCurrentPlatform Passed for patch : 5191377
    INFO:Prereq checkComponents failed. So, checkApplicable returning without execution.
    INFO:Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 5191377: Required component(s) missing : [ oracle.sysman.repository.core, 10.2.0.1.0 ]
    SEVERE:OUI-67074:ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    INFO:System intact, OPatch will not attempt to restore the system
    INFO:Finishing ApplySession at Thu May 29 17:34:04 IST 2008
    INFO:Total time spent waiting for user-input is 0 seconds. Finish at Thu May 29 17:34:04 IST 2008
    INFO:Stack Description: oracle.opatch.PrereqFailedException: Prerequisite check "CheckApplicable" failed.
    INFO:StackTrace: oracle.opatch.OPatchSessionHelper.runApplyPrereqs(OPatchSessionHelper.java:3435)
    INFO:StackTrace: oracle.opatch.ApplySession.processLocal(ApplySession.java:3529)
    INFO:StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:5238)
    INFO:StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:1544)
    INFO:StackTrace: oracle.opatch.OPatch.main(OPatch.java:570)
    INFO:File "/U00010.00/Grid/db10g/.patch_storage/patch_unzip" cannot be deleted as it does not exist
    ~
    ~
    ~
    ~
    ~
    "/U00010.00/Grid/db10g/cfgtoollogs/opatch/opatch2008-05-29_17-34-00PM.log" [readonly] 38L, 2292C

  • Solving Deadlock while applying patch

    Hi,
    Kindly let me know how to solve the Deadlock situation while applying patch.
    How to find the details of deadlock .
    Regards,
    deep

    adpatch utility automatically resubmits workers that fail for any reason. They are resubmitted twice, and this usually takes care of any deadlock issues. Only on the third failure does adpatch report an error. If you are getting deadlock errors, these should be recorded in the database alert.log. Pl also confirm that all application services have been brought down successfully before you start to apply patches using adpatch. Not doing so could cause deadlock issues.
    HTH
    Srini

  • While applying patch 3653484, Relink of module "ar60desb" fails

    Hi All,
    While applying patch 3653484, Relink of module "ar60desb" fails
    adrelink.log file entry
    Starting link of fnd executable 'ar60desb' on Wed Apr 29 10:52:39 PAKDT 2009
         ld -s -H512 -T512 -bhalt:4 -brtl -L/erpbkp/oracle/tstora/8.0.6/lib
    -L/usr/lib -o /erpbkp/oracle/tstappl/fnd/11.5.0/bin/ar60desb.new
    /erpbkp/oracle/tstora/8.0.6/lib//s0main60.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/sslmdgtab.o
    /erpbkp/oracle/tstappl/fnd/11.5.0/lib/xitsrw.o
    /erpbkp/oracle/tstappl/po/11.5.0/lib/xirpo.o
    /erpbkp/oracle/tstappl/po/11.5.0/lib/libpo.a
    /erpbkp/oracle/tstappl/fa/11.5.0/lib/xirfa.o
    /erpbkp/oracle/tstappl/fa/11.5.0/lib/libfa.a
    /erpbkp/oracle/tstappl/ar/11.5.0/lib/xirar.o
    /erpbkp/oracle/tstappl/ar/11.5.0/lib/libar.a
    /erpbkp/oracle/tstappl/ff/11.5.0/lib/xirff.o
    /erpbkp/oracle/tstappl/ff/11.5.0/lib/libff.a
    /erpbkp/oracle/tstappl/fnd/11.5.0/lib/xirfnd.o
    /erpbkp/oracle/tstappl/fnd/11.5.0/lib/fdxsrw.o
    /erpbkp/oracle/tstappl/fnd/11.5.0/lib/libfnd.a
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rwecat.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rwecpf.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rwecty.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rweats.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rwepls.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rxdsql.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rweiap0.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rxsi.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/ui10.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/uiicxd.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rwsng.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rwscl.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rwssc.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rwssc0.o
    /erpbkp/oracle/tstora/8.0.6/reports60/lib/rwsdt.o -lrw60 -lgraphics60
    -lobx60 -lge60 -locl60 -lnn60 -lrws60 -lde60 -lzrc60 -lrws60 -lnvu60
    -lnvc60 -lnvs60 -lucol60 -luicc60 -lca60 -lmmiw60 -lmmov60 -lmma60
    -lmmos60 -lmmoi60 -lmmia60 -lmmft60 -lmmcm60 -lvgs60 -luihx60 -luc60
    -luipr60 -luimotif60 -lot60 -lrem60 -lree60 -lrec60 -luiimg60 -luimotif60
    -luipr60 -luiimg60 -luc60 -lrem60 -luimotif60 -luia60 -ltknqap60 -luipr60
    -luimotif60 -lutt60 -lix60 -lixd60 -lrod60 -lror60 -lros60 -lrod60 -lror60
    -lros60 -lrod60 -luat
    60 -lutc60 -lutl60 -lutsl60 -lplsf -lplsb -lextp
    /erpbkp/oracle/tstora/8.0.6/lib/libpsd.a -lplsf -lplsb -lextp
    /erpbkp/oracle/tstora/8.0.6/lib//libslax.a -lsql
    /erpbkp/oracle/tstora/8.0.6/lib/nautab.o
    /erpbkp/oracle/tstora/8.0.6/lib/naeet.o
    /erpbkp/oracle/tstora/8.0.6/lib/naect.o
    /erpbkp/oracle/tstora/8.0.6/lib/naedhs.o `cat
    /erpbkp/oracle/tstora/8.0.6/lib/naldflgs` -lnetv2 -lnttcp -lnetwork -lncr
    -lnetv2 -lnttcp -lnetwork -lclient -lvsn -lcommon -lgeneric -lmm -lnlsrtl3
    -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lnetv2 -lnttcp -lnetwork -lncr -lnetv2
    -lnttcp -lnetwork -lclient -lvsn -lcommon -lgeneric -lepc -lnlsrtl3 -lcore4
    -lnlsrtl3 -lcore4 -lnlsrtl3 -lclient -lvsn -lcommon -lgeneric -lnlsrtl3
    -lcore4 -lnlsrtl3 -lcore4 -lnlsrtl3 -lld -lm `cat
    /erpbkp/oracle/tstora/8.0.6/lib/sysliblist` -lm
    /erpbkp/oracle/tstora/8.0.6/rdbms/lib/kpudfo.o -lpthreads
    -L/erpbkp/oracle/tstora/8.0.6/network/jre11/lib/aix/native_threads -ljava
    -L/usr/lpp/X11/lib/R5 -lXm -lXt -lX11 -lm -lix60 -lixd60 -lX11 -lnlsrtl3
    ld: 0706-010 The binder was killed by a signal: Killed
         Check for binder messages or use local problem reporting procedures.
    make: The error code from the last command is 254.
    Stop.
    Done with link of fnd executable 'ar60desb' on Wed Apr 29 10:52:39 PAKDT 2009
    Relink of module "ar60desb" failed.
    See error messages above (also recorded in log file) for possible
    reasons for the failure. Also, please check that the Unix userid
    running adrelink has read, write, and execute permissions
    on the directory /erpbkp/oracle/tstappl/fnd/11.5.0/bin,
    and that there is sufficient space remaining on the disk partition
    containing your Oracle Applications installation.
    Also, relinking modules ar60run, ar60runb, f60webmx, GLAMAS, GLAVAL, GLBAAC, GLBAAR, GLIDEL, GLIGEN, GLIXFR, GLLDEL, GLLEZL fails
    Please suggest
    Regards,
    SK

    Hi Hussein,
    i was able to get rid of the relink error, as mentioned above
    0706-010 Binder killed by signal Signal, was running out of some memory while linking object files...
    continued with adpatch but facing
    Failed: file FNDLOADSO on worker 1
    worker log file entry:
    Start time for file is: Wed Apr 29 2009 21:35:25
    /erpbkp/oracle/tstappl/fnd/11.5.0/bin/FNDLOADSO &ui_apps UPLOAD &fullpath_fnd_patch/115/import_fndobjt.lct &fullpath_imc_patch/115/import/US_imc115ts.ldt
    Uploading from the data file /erpbkp/oracle/tstappl/imc/11.5.0/patch/115/import/US/imc115ts.ldt
    Altering database NLS_LANGUAGE environment to AMERICAN
    Dumping from LCT/LDT files (/erpbkp/oracle/tstappl/fnd/11.5.0/patch/115/import/fndobjt.lct(115.5), /erpbkp/oracle/tstappl/imc/11.5.0/patch/115/import/US/imc115ts.ldt) to staging tables
    Dumping LCT file /erpbkp/oracle/tstappl/fnd/11.5.0/patch/115/import/fndobjt.lct(115.5) into FND_SEED_STAGE_CONFIG
    A database error occurred:
    ORA-25153: Temporary Tablespace is Empty
    The error occurred while executing the following statement:
    INSERT INTO FND_SEED_STAGE_CONFIG (LCT_FILE, CONFIG_ID, ENTITY_NAME, STMT_TYPE, UPLOAD_STMT,GET_WHO_STMT, BIND_VAR_CNT, PK_VAR_CNT, ENTITY_METADATA, PROC_ID ,BIND_VAR0 ,BIND_VAR1 ,BIND_VAR2 ,BIND_VAR3 ,BIND_VAR4 ,BIND_VAR5 ,BIND_VAR6 ,BIND_VAR7 ,BIND_VAR8 ,BIND_VAR9 ,BIND_VAR10 ,BIND_VAR11 ,BIND_VAR12) VALUES( :lct_file, FND_SEED_STAGE_CONFIG_S.NextVal, :entity_name, :stmt_type, :upload_stmt, :get_who_stmt, :bind_var_cnt, :pk_var_cnt, :entity_metadata, :proc_id ,:bind_var0 ,:bind_var1 ,:bind_var2 ,:bind_var3 ,:bind_var4 ,:bind_var5 ,:bind_var6 ,:bind_var7 ,:bind_var8 ,:bind_var9 ,:bind_var10 ,:bind_var11 ,:bind_var12) RETURNING CONFIG_ID INTO :config_id
    AD Worker error:
    The above program failed with error code 1.
    See the AD Worker log file and/or the program log file for details.
    Time when worker failed: Wed Apr 29 2009 21:35:25
    Evaluating symbolic arguments ....
    Done evaluating symbolic arguments.
    Could you please suggest?
    Regards,
    Krishnaraj

  • Patch 9239090 Worker Fails On Applying MSDODPCODE.sql

    EBS Version - 12.1.2 - Suse Enterprise - 10 - SP2
    DB - 11.2.0.3 - s390 - zLinux
    I am applying the 12.1.3 upgrade patch to our 12.1.2 instance and one worker fails with the following....
    I've run this upgrade for testing purposes 4 time prior to this and never encountered this error.
    I would appreciate any/all suggestions.
    Thanks
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    PL/SQL procedure successfully completed.
    begin dbms_aw.execute('upd'); end;
    ERROR at line 1:
    ORA-37605: error during OLAP AW UPDATE
    ORA-00600: internal error code, arguments: [wbackstream: size], [8128], [3964],
    ORA-06512: at "SYS.DBMS_AW", line 93
    ORA-06512: at "SYS.DBMS_AW", line 122
    ORA-06512: at line 1
    Time when worker failed: Fri Feb 15 2013 16:12:05
    Time when worker started job: Fri Feb 15 2013 16:12:06
    Start time for file is: Fri Feb 15 2013 16:12:06
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Not sure if this is relevant or not - but the user account OLAPSYS was in a 'EXPIRED/LOCKED status. I unlocked the account - but not sure what password to use to set it to.
    I also have an SR open for this - but not expecting any replies until Monday. :(
    Edited by: 864641 on Feb 15, 2013 3:34 PM

    I also have an SR open for this - but not expecting any replies until Monday. :(
    Edited by: 864641 on Feb 15, 2013 3:34 PMYou can escalate it to Sev 1 -- How To Escalate a Service Request (SR) with Oracle Support Services [ID 199389.1]
    Please also see:
    Patch 6678700 Worker Fails On Applying MSDODPCODE.sql With ORA-33292 Insufficient Permissions To Access Analytic Workspace APPS.ODPCODE; ORA-33262: Analytic workspace ODPCODE does not exist. [ID 1054417.1]
    MSDODPCODE.SQL Fails Applying U6678700.Drv [ID 1151274.1]
    When running script MSDODPCODE.sql error ORA-37002 occurs [ID 467879.1]
    Upgrading 11.5 to 12 MSDODPCODE.sql or FPAMAIN.sql Fail OLAP Express APPS.ODPCODE Analytical Workspace [ID 1319007.1]
    ORA-33292 Insufficient permissions to access analytic workspace APPS.ODPCODE Error When Applying Patch 9058835 [ID 977196.
    Thanks,
    Hussein                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Installation of Oracle VDI 3.4.1 fails at applying the Sun Ray patch

    Downloaded VDI 3.4.1 for Solaris, checked md5 OK against download page, attempted a freash installation rather than upgrade and it failed at applying the Sun Ray patch.
    Solaris 10 u9 x86 full installation with recommend patches (OK its a ESXi 64 bit virtual machine, but need to test before I try it on the real hardware)
    Fresh installation of Solaris & patches (automated via JET), which works fine for installing VDI 3.4
    VDI 3.4.1 fresh install
    unzip -q p14226229_34_Solaris86-64.zip
    cd vda_3.4.1_solaris_amd64
    + Installing Sun Ray Server...
    Error: There was a problem installing Sun Ray Software 5.3.1.0
    Check '/var/sadm/install/logs/vda-install.2012_07_26_15:46:10.log' for details.
    See the log file '/var/sadm/install/logs/vda-install.2012_07_26_15:46:10.log' for additional information.
    I check the log file and its failing to install patch 149156-01, looking at the patch log there is a message about attempting to install the same architecture and version of a package which is already installed, then a message from checkinstall "........<full patch to check install>/checkinstall: cannot open"
    So has anyone else actually downloaded and installed Oracle VDI 3.4.1 on Solaris 10 u9 x86 successfully?
    Paul

    OK went back to Oracle VDI 3.3.2 and it was still a problem on this machine. Turns out I made /software where the media is installed a ZFS partition with a quota of 5g (which hasn't hit a limit, its used less than 1g).
    So the real question is why Oracle VDI won't install from a ZFS partition?
    # This works fine!
    mkdir /software
    mkdir /software/vdi_332_Solaris86-64
    cp vdi_332_Solaris86-64.zip /software
    cd /software/vdi_332_Solaris86-64
    unzip -q ../vdi_332_Solaris86-64.zip
    cd /software/vdi_332_Solaris86-64/vda_3.3.2_solaris_amd64
    ./vda-install
    # This Fails !
    zfs create -o mountpoint=/software -o quota=5g rpool/software
    mkdir /software/vdi_332_Solaris86-64
    cp vdi_332_Solaris86-64.zip /software
    cd /software/vdi_332_Solaris86-64
    unzip -q ../vdi_332_Solaris86-64.zip
    cd /software/vdi_332_Solaris86-64/vda_3.3.2_solaris_amd64
    ./vda-install
    Root is a ZFS partition and unzip -q works fine (I summed all files in both structures and they are the same). There is something in the vda-install that breaks due to it being a separate ZFS partition.
    Paul

  • Opatch failed with error code 74 while applying patch 5191377

    hi,
    grid10g@appsnet6 5191377]$ opatch apply
    Invoking OPatch 10.2.0.1.6
    Oracle Interim Patch Installer version 10.2.0.1.6
    Copyright (c) 2007, Oracle Corporation. All rights reserved.
    Oracle Home : /U00010.00/Grid/db10g
    Central Inventory : /etc/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 10.2.0.1.6
    OUI version : 10.2.0.1.0
    OUI location : /U00010.00/Grid/db10g/oui
    Log file location : /U00010.00/Grid/db10g/cfgtoollogs/opatch/opatch2008-05-29_17-34-00PM.log
    ApplySession applying interim patch '5191377' to OH '/U00010.00/Grid/db10g'
    Running prerequisite checks...
    Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 5191377: Required component(s) missing : [ oracle.sysman.repository.core, 10.2.0.1.0 ]
    ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 74
    Please help mee

    hi,
    Thanks for the replyy
    here is the log
    SEVERE:OPatch invoked as follows: 'apply '
    INFO:
    Oracle Home : /U00010.00/Grid/db10g
    Central Inventory : /etc/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 10.2.0.1.6
    OUI version : 10.2.0.1.0
    OUI location : /U00010.00/Grid/db10g/oui
    Log file location : /U00010.00/Grid/db10g/cfgtoollogs/opatch/opatch2008-05-29_17-34-00PM.log
    INFO:Starting ApplySession at Thu May 29 17:34:01 IST 2008
    INFO:Starting Apply Session at Thu May 29 17:34:01 IST 2008
    INFO:ApplySession applying interim patch '5191377' to OH '/U00010.00/Grid/db10g'
    INFO:Starting to apply patch to local system at Thu May 29 17:34:01 IST 2008
    INFO:Start the Apply initScript at Thu May 29 17:34:01 IST 2008
    INFO:Finish the Apply initScript at Thu May 29 17:34:01 IST 2008
    INFO:Patch 5191377 has no conflicts/superset wiht any other patch processed till now
    INFO:Checking conflicts for patch: 5191377
    INFO:Checking conflicts/supersets for patch: 5191377 with patch:5191377
    INFO:
    Running prerequisite checks...
    INFO:Space Needed : 629324
    INFO:Prereq checkPatchApplicableOnCurrentPlatform Passed for patch : 5191377
    INFO:Prereq checkComponents failed. So, checkApplicable returning without execution.
    INFO:Prerequisite check "CheckApplicable" failed.
    The details are:
    Patch 5191377: Required component(s) missing : [ oracle.sysman.repository.core, 10.2.0.1.0 ]
    SEVERE:OUI-67074:ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicable" failed.
    INFO:System intact, OPatch will not attempt to restore the system
    INFO:Finishing ApplySession at Thu May 29 17:34:04 IST 2008
    INFO:Total time spent waiting for user-input is 0 seconds. Finish at Thu May 29 17:34:04 IST 2008
    INFO:Stack Description: oracle.opatch.PrereqFailedException: Prerequisite check "CheckApplicable" failed.
    INFO:StackTrace: oracle.opatch.OPatchSessionHelper.runApplyPrereqs(OPatchSessionHelper.java:3435)
    INFO:StackTrace: oracle.opatch.ApplySession.processLocal(ApplySession.java:3529)
    INFO:StackTrace: oracle.opatch.ApplySession.process(ApplySession.java:5238)
    INFO:StackTrace: oracle.opatch.OPatchSession.main(OPatchSession.java:1544)
    INFO:StackTrace: oracle.opatch.OPatch.main(OPatch.java:570)
    INFO:File "/U00010.00/Grid/db10g/.patch_storage/patch_unzip" cannot be deleted as it does not exist
    ~
    ~
    ~
    ~
    ~
    "/U00010.00/Grid/db10g/cfgtoollogs/opatch/opatch2008-05-29_17-34-00PM.log" [readonly] 38L, 2292C
    Regards,
    Pradeep

  • OPatch failed with error code 74 when applying patch PSE 13723798

    Hello all,
    tried to apply patch (PSE 13723798) to fix the no-scrollbar bug in Webcenter Portal Admin Console. But found this error during the patching process, as described below. Any solution for this?
    Running prerequisite checks. . .
    Patch 13723798: Optional component (s) missing : [ oracle.webcenter.framework, 11.1.1.4.0, higher version 11.1.1.5.0 found. ]
    Prerequisite check "CheckApplicable failed.
    The details are:
    Patch "13723798" is a no-op patch.
    ApplySession failed during the prerequisite checks: Prerequisite check "CheckApplicable" failed.
    System intact, OPatch will not attempt to restore the system
    OPatch failed with error code 74

    Okay, I'll try it on VM.
    Anyway, here is the result running command: opatch lsinventory
    [oracle@CDJWPS01 13723798]$ opatch lsinventory
    Invoking OPatch 11.1.0.8.3
    Oracle Interim Patch Installer version 11.1.0.8.3
    Copyright (c) 2010, Oracle Corporation. All rights reserved.
    Oracle Home : /opt/app/Oracle/Middleware/Oracle_WC1
    Central Inventory : /home/oracle/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.8.3
    OUI version : 11.1.0.9.0
    OUI location : /opt/app/Oracle/Middleware/Oracle_WC1/oui
    Log file location : /opt/app/Oracle/Middleware/Oracle_WC1/cfgtoollogs/opatch/opatch2013-05-31_20-43-34PM.log
    Patch history file : /opt/app/Oracle/Middleware/Oracle_WC1/cfgtoollogs/opatch/opatch_history.txt
    OPatch detects the Middleware Home as "/opt/app/Oracle/Middleware"
    Lsinventory Output file location : /opt/app/Oracle/Middleware/Oracle_WC1/cfgtool
    logs/opatch/lsinv/lsinventory2013-05-31_20-43-34PM.txt
    Installed Top-level Products (1):
    Oracle WebCenter Suite 11g 11.1.1.5.0
    There are 1 products installed in this Oracle Home.
    There are no Interim patches installed in this Oracle Home.
    OPatch succeeded.

  • VIS fails when apply new patch

    Hi all
    I have problem in accessing VIS after applying new patch to it.
    I use 11.5.8 VIS and apply AD mini-pack H (2673262), FND mini-pack G (2655277) , OA Framework 5.7H patch (2771817) and OA Framework 5.7H Rollup Patch V4 and make proper post install step.
    But i still met problems, first I can not access VIS ...after use auto config, i can get in...but I can ot open the form properly...it always tell me form connection fail...error message is like xxx:9002 fail...java.connection.exceptiom....
    At the same time, I notice the web page change a lot after applying patches above...
    Any idea about my problems?
    Regards

    Hi,
    Please go through each step of pre-req and post-req of patch OA Framework 5.7H patch (2771817).
    You can log-in and test your web application using http://mars.gotransit.com:8000/OA_HTML/jsp/fnd/aoljtest.jsp
    Thanks,
    Paresh Vakil

  • OracleAS 10g patchset 5. runInstaller fail apply patch 8626084

    Upgrade EBS R12.0.4 to R12.1.1 (Doc.id 752619.1) -> upgrade OracleAS 10g Release 3 (10.1.3) Patch Set 5 (10.1.3.5.0) apply patch 8626084.
    My OAS release 10.1.3.0.0 and fail in 25% of Install copying 'chgiphost.sh' in install actions log send the following messages:
    Starting install Install Phase 1 of component Oracle Distributed Software Assistant Server Patch
    Calling Action fileActions10.1.0.3.0 copyGroupFromJar
         selectedNodes = null
         copyGroup = dgaexe
         permissions = null
         owner = null
         group = null
         copyAsText = null
         JarLoc = /u732/tmpdir/OraInstall2013-03-05_06-33-45AM/temp20
         gpEntries = [[dsaServer.sh ->%PROD_HOME%/bin/dsaServer.sh 1964 plats=1=>[453] langs=1=>[en,ja]]
    , [dsaShutdown.sh ->%PROD_HOME%/bin/dsaShutdown.sh 1611 plats=1=>[453] langs=1=>[en,ja]]
    , [shutdown.txt ->%PROD_HOME%/shutdown.txt 14 plats=1=>[453] langs=1=>[en,ja]]
    , [dsaOpmn.xml ->%PROD_HOME%/dsaOpmn.xml 780 plats=1=>[453] langs=1=>[en,ja]]
    , [getias.sh ->%PROD_HOME%/bin/getias.sh 1317 plats=1=>[453] langs=1=>[en,ja]]
    , [addopmn.sh ->%PROD_HOME%/bin/addopmn.sh 864 plats=1=>[453] langs=1=>[en,ja]]
    , [delopmn.sh ->%PROD_HOME%/bin/delopmn.sh 843 plats=1=>[453] langs=1=>[en,ja]]
    , [asgexec ->%PROD_HOME%/bin/asgexec 8560 plats=1=>[453] langs=1=>[en,ja]]
         DllGroup = false
    COPYRETRY : Retrying copy, due to exception :A runtime exception occurred during the execution of this action.
    COPRETRY Attempt :1
    COPYRETRY new Jar File copied to temp:/u732/tmpdir/OraInstall2013-03-05_06-33-45AM/temp21
    COPYRETRY : Retrying copy, due to exception :A runtime exception occurred during the execution of this action.
    COPRETRY Attempt :2
    COPYRETRY new Jar File copied to temp:/u732/tmpdir/OraInstall2013-03-05_06-33-45AM/temp22
    COPYRETRY : Retrying copy, due to exception :A runtime exception occurred during the execution of this action.
    COPRETRY Attempt :3
    How many notes indicate that the inventory is corrupted, but my file ContentsXML / inventory.xml contains good, the information for my 3 enviroment rdbms and 10.1.2/10.1.3.
    I check my opatch inventory-detail for rdbms, 10.1.2/10.1.3 and everything seems fine.
    I appreciate any help you can give.
    regards
    Luis

    Thanks all for your Help.
    I clould advance recreating my inventory wiith the note 742477.1.
    but now, I have a new error. In 86% of the intallation. I receive the following:
    Starting install Install Phase 1 of component Patch of LDAP Required Support Files
    Calling Action fileActions10.1.0.3.0 copyGroupFromJar
    selectedNodes = null
    copyGroup = lib
    permissions = 755
    owner = null
    group = null
    copyAsText = null
    JarLoc = /u732/tmpdir/OraInstall2013-03-18_07-47-43PM/temp19
    gpEntries = [[libnldap10.a ->%PROD_HOME%/lib/libnldap10.a 139728 plats=1=>[453] langs=1=>[en]]
    , [libldapclnt10.a ->%PROD_HOME%/lib/libldapclnt10.a 1618728 plats=1=>[453] langs=1=>[en]]
    , [libldapclnt10.a0 ->%PROD_HOME%/lib32/libldapclnt10.a 1170280 plats=1=>[453] langs=1=>[en]]
    , [libnldapj10.so ->%PROD_HOME%/network/lib/libnldapj10.so 32552 plats=1=>[453] langs=1=>[en]]
    DllGroup = false
    COPYRETRY : Retrying copy, due to exception :A runtime exception occurred during the execution of this action.
    COPRETRY Attempt :1
    COPYRETRY new Jar File copied to temp:/u732/tmpdir/OraInstall2013-03-18_07-47-43PM/temp20
    COPYRETRY : Retrying copy, due to exception :A runtime exception occurred during the execution of this action.
    COPRETRY Attempt :2
    COPYRETRY new Jar File copied to temp:/u732/tmpdir/OraInstall2013-03-18_07-47-43PM/temp21
    COPYRETRY : Retrying copy, due to exception :A runtime exception occurred during the execution of this action.
    COPRETRY Attempt :3
    COPYRETRY new Jar File copied to temp:/u732/tmpdir/OraInstall2013-03-18_07-47-43PM/temp22
    Exception thrown from action: copyGroupFromJar
    Exception Name: UNCAUGHT_RUNTIME
    Grateful for your help.
    Luis

  • Apply patch 7705743 (TUMS) fails in MW

    The following is the output from "2-Run TUMS utility (Recommended)" - any ideas?
    Checking to see if the TUMS patch was applied previously...
    Downloading the latest TUMS patch...
    SUMMARY unique NODES DETERMINED - based on NODE, USER, and APPL_TOP
    apps
    ERROR - could not get correct node platform
    Called on node: apps sandbox.mycompany.com uname
    ACTION: setup on node: apps, patch=7705743, driver=
    ForceDownload set to: y
    Checking existence of patch: 7705743 on local node /apps/oracle/oracle/product/10.2.0/eof/patches
    OK - GENERIC patch appears on local machine
    Checking existence of patch: 7705743 on apps node in /apps/applmgr/11i/patches
    OK - Compressed patch(zip) appears on remote node: apps
    Found unzipped patch directory on apps, show readme.txt for: 7705743, if not above.
    Checking to see if the patch downloaded successfully...
    Successful download of the TUMS patch.
    Applying it now...
    INFO - Help on monitoring when multiple drivers and nodes are applied.
    If the web window times out, click on the x and rerun it to view the updated log
    file. It will change as the patch continues to run in background. Just keep marking it
    success until it is complete or check the active patch node manually:
    $ tail -f $APPL_TOP/admin/${TWO_TASK}/log/7705743_patchit11i*.log
    Each node, if multi-node, will be determined and the patch drivers will be applied
    on the right nodes in the right order. Look for the ACTION: statement.
    SUMMARY unique NODES DETERMINED - based on NODE, USER, and APPL_TOP
    apps
    ERROR - could not get correct node platform
    Called on node: apps sandbox.mycompany.com uname
    ACTION: execute on node: apps, patch=7705743, driver=all
    patchit11i.sh REMOTE SIZE: sandbox.mycompany.com LOCAL SIZE: 47535
    ERROR - patchit11i.sh - RETURNED: 255
    ERROR: The TUMS patch failed to apply successfully.
    Please have your DBA download and apply this patch manually now.
    Do not continue to the Execute until this patch applies successfully.
    Process Returned: 0 Results in: /apps/oracle/oracle/product/10.2.0/eof/log/INSTANCE_1703/script_10422.sh (39 bytes)

    We have a non standard port for SSH. Its running on port 61022...so, the following works:
    oracle@oemgc:/home/oracle
    ssh -p 61022 -l applmgr sandbox uname-Unauthorized use of this system is prohibited-
    AIX
    I have looked around in setups and configs and did not find any place to put the port number. In fact, I modified the following files to force the port number:
    EOF_TOP/bin/run_config.sh & EOF_TOP/scripts/COMMON/buildftp.sh
    Where else is there a need to specify a port number? My UNIX admin refuses to change the port to 22!

  • Applying patch 5841985 on AMD fails

    Hi all,
    I've tried to apply Patch 5841985 on OAS 10.2.2.0, Forms 10.2.2.0 running on AMD and i get this
    OPatch detects your platform as 23 while this patch 5841985 supports platforms:
    +46 (Linux Intel)+
    +226 (Linux x86-64)+
    This patch is not suitable for this operating system.
    Please contact support for the correct patch.
    Anyone found this problem before?? If I have to ask Support for the patch it'll be several days until i get it.
    Thanks

    Hi,
    I made a mistake: OAS and Forms version are 10.1.2.2.0
    Thanks

  • [SOLVED] Applying patches: build() or package()

    I am writing a package that applies a patch to rsync.
    Based on other packages I have seen, it seems that the patch should be applied in the build() function, but I'm not sure why. Am I correct that this is the right place to apply patches? Why should this not be done in package()?
    Thanks in advance.
    Last edited by jalu (2010-08-28 03:34:50)

    Whenever possible, opt to patch in the build function. The package function should serve only to move the proper files in place -- in the classical Makefile sense, it should run 'make install' and tidy up whatever else needs to be moved around.

Maybe you are looking for

  • Greenish Vertical Lines in Intel imac 21.5" 2008

    I have an intel Imac 21.5" 2008 that has some kind of cloudy greenish vertical lines in pairs all over the screen. Here is a photo http://imageshack.us/f/845/img0041wy.jpg/ Any ideas whats causing this? I had the same problem about a year ago and app

  • House bank with multiple banks account ids - f-58 paymt+check -check lot NA

    I have a House bank (Indian Bank ) with three bank acccounts under that House bank. I have created house bank as " INDBK" and I also created account ids :             Current account 7509 - Account id is " 1000"              (ii) Staff salary account

  • Zero balance business area

    Hello SAP gurus What is Zero balance per business area, I know it is necessary for creating business area balance sheets. Please explain me Thanks Kishore

  • Recovery partition failure Dv6-7914nr

    Primary partiton had many issues, so after trying to restore to earlier time(failed) I tried to restore from Recovery partition. This is the error I get when turning on computer                              File:  \boot\BCD                          

  • Purchase Order - Change Pricing Date

    Right now ,in our system Condition Pricing date it is picking the date of Po date.But we want to to convert into GR date.How can we do that. Thanx. Viru.