Problem applying -ck9 patchset to 2.6.11.11

I can't get it to work..when applying a patch it sais:
patching file sound/usb/usbaudio.c
Reversed (or previously applied) patch detected! Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file sound/usb/usbaudio.c.rej
patching file sound/usb/usx2y/usbusx2y.c
Reversed (or previously applied) patch detected! Skipping patch.
4 out of 4 hunks ignored -- saving rejects to file sound/usb/usx2y/usbusx2y.c.rej
==> ERROR: Build Failed. Aborting...
what am i doin wrong?

yes i know, but it is a vanilla kernel from the start, and I am applying cko5 on 2.6.11.11
(tried ck9 too samt error, but on a different place)
here is the pkgconfig i use (it is dibbles )
[root@cybertron kernel1]# cat PKGBUILD
# Contributor: dibblethewrecker <dibblethewrecker.at.jiwe.org>
pkgname=kernel26
pkgver=2.6.11.11
pkgrel=1
pkgdesc="The Linux Kernel 2.6.x.y and modules (IDE support)"
url="http://www.kernel.org"
depends=('module-init-tools')
install=kernel26.install
##### add any patch sources to this section
source=(config ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-$pkgver.tar.bz2
http://kem.p.lodz.pl/~peter/cko/rel/patch-2.6.11-cko5.bz2 )
# Function to grab var from src
getvar() {
old=$(cat Makefile | grep "^$1")
echo $(echo ${old/"$1 ="/} | sed -e "s/[ ]*(.*)[ ]*/1/g")
return 0
build() {
cd $startdir/src/linux-$pkgver
##### Uncomment and apply any patches here
patch -Np1 -i ../patch-2.6.11-cko5 || return 1
# get rid of the 'i' in i686
carch=`echo $CARCH | sed 's|i||'`
cat ../config | sed "s|#CARCH#|$carch|g" >./.config
##### Load config - uncomment your preferred config method
#yes "" | make config
#make oldconfig || return 1
make menuconfig
#make xconfig
#make gconfig
##### NO USER CHANGES BELOW HERE #####
# save the current pkgname
old_pkgname=$pkgname
# set pkgname for build purposes - DO NOT alter!
pkgname=kernel26
# save the updated config to build with today's date
cp ./.config $startdir/config-$(date +%b%d-%Hh)
# get EXTRAVERSION from Makefile to create a unique pkgname and /usr/src directory
_kernextra=$(getvar "EXTRAVERSION")
# grab the 2.6.x.y version suffix from pkgver
_y="`echo $pkgver | cut --delim "." --fields 4`"
# remove .y version suffix from _kernextra
_kernextra="`echo $_kernextra | sed "s|.$_y||g"`"
# Read the full kernel version info from new config to use in pathnames and pkgname
. ./.config
# Kernel custom - to create a unique pkgname (see below)
_kerncust="${_kernextra}${CONFIG_LOCALVERSION}"
# Kernel release - will be the same as Makefile
_kernrel="${pkgver}${_kerncust}"
# Get the pkgver suffix for unique pkgname and /boot file suffices
_pkgversuf="`echo $pkgver | sed "s|2.6.||g" | sed "s|.||g"`"
# Set /boot file suffices from kernel release and pkgver suffix
_kernboot="${_pkgversuf}${_kerncust}"
# Set a new pkgname from kernel release and pkgver suffix
pkgname="${pkgname}${_pkgversuf}${_kerncust}"
# build!
echo
echo -n "Do you want to make clean (default YES)? (YES/NO): "
read choice
echo
echo -n "Press any key to start make or CTRL+C to quit"
read anykey
if [ "${choice}" = "NO" ] ; then
make bzImage modules || return 1
else
make clean bzImage modules || return 1
fi
mkdir -p $startdir/pkg/{lib/modules,boot}
make INSTALL_MOD_PATH=$startdir/pkg modules_install || return 1
cp System.map $startdir/pkg/boot/System.map26${_kernboot}
cp arch/i386/boot/bzImage $startdir/pkg/boot/vmlinuz26${_kernboot}
install -D -m644 Makefile
$startdir/pkg/usr/src/linux-${_kernrel}/Makefile
install -D -m644 .config
$startdir/pkg/usr/src/linux-${_kernrel}/.config
install -D -m644 .config $startdir/pkg/boot/kconfig26${_kernboot}
mkdir -p $startdir/pkg/usr/src/linux-${_kernrel}/include
mkdir -p $startdir/pkg/usr/src/linux-${_kernrel}/arch/i386/kernel
for i in acpi asm-generic asm-i386 config linux math-emu net pcmcia scsi video; do
cp -a include/$i $startdir/pkg/usr/src/linux-${_kernrel}/include/
done
# copy files necessary for later builds, like nvidia and vmware
cp -a scripts $startdir/pkg/usr/src/linux-${_kernrel}
mkdir -p $startdir/pkg/usr/src/linux-${_kernrel}/.tmp_versions
cp arch/i386/Makefile $startdir/pkg/usr/src/linux-${_kernrel}/arch/i386/
cp arch/i386/kernel/asm-offsets.s
$startdir/pkg/usr/src/linux-${_kernrel}/arch/i386/kernel/
# copy in Kconfig files
for i in `find . -name "Kconfig*"`; do
mkdir -p $startdir/pkg/usr/src/linux-${_kernrel}/`echo $i | sed 's|/Kconfig.*||'`
cp $i $startdir/pkg/usr/src/linux-${_kernrel}/$i
done
cd $startdir/pkg/usr/src/linux-${_kernrel}/include && ln -s asm-i386 asm
chown -R root.root $startdir/pkg/usr/src/linux-${_kernrel}
cd $startdir/pkg/lib/modules/${_kernrel} &&
(rm -f source build; ln -sf /usr/src/linux-${_kernrel} build)
# Correct the pkgname in our PKGBUILD - this allows correct gensync operation
# NOTE: pkgname variable must be declared with first 10 lines of PKGBUILD!
cd $startdir
sed -i "1,11 s|pkgname=$old_pkgname|pkgname=$pkgname|" ./PKGBUILD
# vim:syntax=sh

Similar Messages

  • Error in while applying database patchset

    steps to upgrade EBS database from 9.2.0.6 to 10.2.0.2
    while applying this patchset p4547817_10202_LINUX.zip
    i am getting error like
    [oradev@sql Disk1]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2009-07-13_06-59-10PM. Please wait ...[../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles/filegroup2.jar]
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    note: ../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles/filegroup2.jar may be a plain executable, not an archive
    Error in writing to directory /tmp/OraInstall2009-07-13_06-59-10PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    **Even though /tmp has more than enough space, and I have changed all the
    **permissions for /tmp recursively to 777

    Hi,
    End-of-central-directory signature not found. Either this file is nota zipfile, or it constitutes one disk of a multi-part >archive. In thelatter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    note: ../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles/filegroup2.jar may be a plain executable, not an >archive
    Error in writing to directory /tmp/OraInstall2009-07-13_06-59-10PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.Can you please run the installer in debug mode to know the exact problem you can do the same by
    runInstall -debug*
    and paste the error than.
    Thanks,
    Anchorage :)

  • FAMACR/APMACR EXTREMELY POOR PERFORMANCE AFTER APPLYING FA PATCHSET K

    제품 : FIN_FA
    작성날짜 : 2005-11-28
    FAMACR/APMACR EXTREMELY POOR PERFORMANCE AFTER APPLYING FA PATCHSET K
    ======================================================================
    PURPOSE
    FA_MASS_ADDITION시 Expensive sql로 성능저하 문제 발생
    Explanation
    Expensive sql statement while running the report is
    update ap_invoice_distributions apid set assets_addition_flag='N'
    where (((((assets_addition_flag='U' and assets_tracking_flag='N') and not
    exists (select 1
    from ap_ae_headers aeh
    where ((aeh.accounting_event_id=apid.accounting_event_id
    and aeh.set_of_books_id=apid.set_of_books_id) and aeh.gl_transfer_flag<>
    'Y')))
    and posted_flag='Y') and accounting_date<=to_date(:b0,'YYYY/MM/DD HH24:MI:
    SS'))
    and exists (select 1
    from gl_code_combinations
    where ((code_combination_id=apid.dist_code_combination_id and
    chart_of_accounts_id=:b1)
    and decode(upper(:b2),'SEGMENT1',segment1,'SEGMENT2',segment2,'SEGMENT3',
    segment3,'SEGMENT4',
    segment4,'SEGMENT5',segment5,'SEGMENT6',segment6,'SEGMENT7',segment7,'SEGMENT8',
    segment8,'SEGMENT9',
    segment9,'SEGMENT10',segment10,'SEGMENT11',segment11,'SEGMENT12',segment12,
    'SEGMENT13',segment13,
    'SEGMENT14',segment14,'SEGMENT15',segment15,'SEGMENT16',segment16,'SEGMENT17',
    segment17,'SEGMENT18',
    segment18,'SEGMENT19',segment19,'SEGMENT20',segment20,'SEGMENT21',segment21,
    'SEGMENT22',segment22,
    'SEGMENT23',segment23,'SEGMENT24',segment24,'SEGMENT25',segment25,'SEGMENT26',
    segment26,'SEGMENT27',
    segment27,'SEGMENT28',segment28,'SEGMENT29',segment29,'SEGMENT30',
    segment30) in (select distinct asset_clearing_acct
    from fa_category_books fcb ,fa_book_controls fac
    where ((fac.book_type_code=:b3 and fac.book_class='CORPORATE')
    and fcb.book_type_code=fac.book_type_code)
    union
    select distinct cip_clearing_acct
    from fa_category_books fcb ,fa_book_controls fac
    where (((fac.book_type_code=:b3 and fac.book_class='CORPORATE')
    and fcb.book_type_code=fac.book_type_code) and cip_clearing_acct is not null ))
    call count cpu elapsed disk query current
    rows misses
    Parse 1 0.03 0.03 4 7 0
    0 1
    Execute 1 5198.88 5241.95 258933 99354479 9946808
    0 0
    total 2 5198.91 5241.98 258937 99354486 9946808
    0 1
    cause: The Cause of this problem is still undetermined.
    fix:
    1. Apply Patch:2395191
    자산화하기 위해서는 Invoice Distibution계정을 Asset Clearing 계정으로
    입력하여야 하나 Account Type만 Asset이면 Track as asset이 Check되기 때문에 , 이 계정에 대한
    Validation을 하는 과정에서 너무 많은 데이타로 인해 Performance문제가 생김
    결산 시점의 문제가 발생시 문제의 Sql을 참고하여 , invoice distribution의 계정이 Asset Clearing계정이 아닌 계정은 미리 N:reject로 Update하여 대상을 줄일수 있음
    Example
    4406888.992
    Reference Documents
    249802.1

  • CS4 Master Collection - Problem Applying Updates

    Hi
    I'm running the CS4 Master Collection on Windows Vista Ultimate 32-bit, SP2.
    Normally I have no problem applying updates to the various Adobe components when they become available, however for a while now I've been unable to instal an update that's reported as being available for Adobe Media Encoder 4.1.0.
    If I run the "check for updates" manually I can download the update (reported as being 63.7MB) and when I attempt to instal it the installation process appears to run. It finishes after a while and the Adobe Updater reports "The Udating Process is Finished" in a single dialog box with a single button entitled "Quit" - which seems odd as "Quit" implies "finish earlier than planned", I'd have expected something more in line with "All done", something like "OK".
    Anyway, when I run the check for updates again I'm told about the same update implying that it wasn't applied successfully.
    I get this behaviour whether I run the update as an Administrator or not (all other updates for other products are applied without problem). I also get it regardless of whether or not I reboot the machine after trying to apply the update.
    Does anyone have any suggestions on what could be causing the problem ? I couldn't find anything obvious or obviously relevant in any of the Windows event logs on the PC.
    Thanks for any ideas
    Steve

    I am having the same problem. I found a forum that suggested this. Apparently it worked for some people, but not for me. Let me know if it does:
    1. Start -> All Programs -> Accessories
    2. Right-click on Command Prompt and select "Run as..."
    3. Run as Administrator (even if you are logged in as Admin. You need to run in the Black Command Prompt, not the White one)
    4. Run: regsvr32 JScript.DLL
    5. Then run: regsvr32 vbscript.DLL
    (dont forget the spaces, or it won't work)
    6. Then try running the set up again
    As i said, it worked for some on the forum, but not others (like me). Try it and see if works for you

  • Problem applying web template

    We've recently upgraded from SharePoint 2010 to 2013. We created a new site under the 2013 environment then created a template from it. When we try to apply that template to a new site we get the following error:
    Problem applying web template
    It then list the following features as not installed:
    List Feature
    Module Feature
    Web EventReceivers Feature
    Property Bag Feature
    Here is a screenshot of the error
    We haven't noticed any other issue up to this point. Any assistance would greatly be appreciated.
    Thanks,
    Bill

    How many of those as solutions are from CodePlex? I think the property bag one is 
    http://featureadmin.codeplex.com
    It has a 2013 upgrade on 
    http://pbs2013.codeplex.com
    If its unclear what the other features these are, it may be worth running the feature manager. This will potentially enable you to identify and disable those solutions.  The link is 
    http://featureadmin.codeplex.com
    Steven Andrews
    SharePoint Business Analyst: LiveNation Entertainment
    Blog: baron72.wordpress.com
    Twitter: Follow @backpackerd00d
    My Wiki Articles:
    CodePlex Corner Series
    Please remember to mark your question as "answered" if this solves (or helps) your problem.

  • Problem Applying Profile - Windows computer Connecting to OSX Network

    I have an Airport, whose network is being administered on my macbook pro, but my Dell Inspiron 1520 Laptop is not able to connect to due to "problem applying profile."
    Is this because it has a g card trying to connect to an N network? Or due to it being windows connecting to osx?
    Help

    Make sure your Base Station is configured for b/g compatibility mode, if you are going to be using it with a computer only capable of b/g modes.
    This error most certainly has nothing to do with "windows connecting to OS X" - which it is not. The PC running Windows is connecting to a base station, using industry-standard protocols, and not OSX.
    Is this a PC from work, set up originally to connect to a company wireless network?
    You can get a lot of hints and tips for issues that cause your problem by doing an internet search on the term "problem applying profile", because this is not an error message specific to users of Apple Airport base stations.

  • Problem applying changes in CS4

    Hi everyone,
    I have a problem applying changes in any document. I just can apply changes if I do zoom in or zoom out.
    Can you help me please?

    Turn off OpenGL in the prefenrences and update your graphics driver.
    Mylenium

  • Advice on applying Oracle patchset

    Hi all,
    I have to apply the 11.1.0.7 patchset to a test environment. This environment is an Oracle 11G (11.1.0.6) single instance environment running on HP-UX Itanium V11.31. The database uses ASM managed storage. As per recommendations I have set up and configured ASM in a separate 'home' from the database. My questions about applying the patchset are as follows :-
    1. Should I stop everything (i.e OEM, Listener , DB and ASM) before attempting to apply the patchset, even though ASM runs out of a separate home.
    2. Do I need to apply the patchset to the ASM home as well as the DB Home? The patchset notes aren't very clear on this.
    Any advice would be greatly appreciated.
    Thanks,
    Shaun.

    1. Should I stop everything (i.e OEM, Listener , DB and ASM) before attempting to apply the patchset, even though ASM runs out of a separate home.
    You have to stop anything on ORACLE_HOME path, that you will apply patch.
    if you apply on ASM Home anyway, you must stop database + listener .. before.2. Do I need to apply the patchset to the ASM home as well as the DB Home? The patchset notes aren't very clear on this.
    When You need to patch on ASM ORACLE_HOME, that you have to stop database, instance, ASM
    Patch ASM and then DB ...

  • Applying oracle patchset in oracle-dataguard environment

    Hello There,
    I wish to apply oracle patchset in oracle dataguard environment.
    can you please let me know the steps that has to be taken on Primary & standby database?
    is there any specific document for this?
    DB - oracle 10.2.0.4
    OS - Linxu x86_64
    Best Regards
    Sachin Bhatt

    Hi Sachinn,
    To patch primary site, you can find the detailed infirmation in readme.html, in the patch zip file. Additionally, at the standby site, In order to apply the patch;
    1) stop the log shipment
    2) stop the oracle related services
    3) patch the Oracle
    4) Startup migrate
    5) execute the SQL scripts
    6) start the log shipment
    Check the link below;
    http://dbaforums.org/oracle/index.php?showtopic=17398
    Best regards,
    Orkun Gedik

  • Problem applying SP05 for NW 7.1 CE EHP1.

    Hello!
    I have a problem applying SP05 for NW CE 7.1 ..
    Below log the problem:
    java version "1.5.0_14"
    Java(TM) 2 Runtime Environment, Standard Edition (build 5.1.024)
    SAP Java 64-Bit Server VM (build 5.1.024, Sep  4 2008 23:21:58 - 51_REL - optU - windows amd64 - bas2:106386 (mixed mode))
       INFO: Loading tool launcher...
       INFO: [OS: Windows Vista] [VM vendor: SAP AG] [VM version: 1.5.0_14] [VM type: SAP Java 64-Bit Server VM]
       INFO: Main class to start: "com.sap.lm.jspmadapter.standalone.UpdateEXEMain"
       INFO: Loading 36 JAR files: [
    LOCALHOST\sapmnt\WCE\SYS\global\security\lib\tools\iaik_jce.jar,
    LOCALHOST\sapmnt\WCE\SYS\global\security\lib\tools\iaik_jsse.jar,
    LOCALHOST\sapmnt\WCE\SYS\global\security\lib\tools\iaik_smime.jar,
    LOCALHOST\sapmnt\WCE\SYS\global\security\lib\tools\iaik_ssl.jar,
    LOCALHOST\sapmnt\WCE\SYS\global\security\lib\tools\w3c_http.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\activation.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\com.sap.exception.facade.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\jax-qname.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\jaxb-api.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\jaxm-api.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\jaxrpc-api.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\jaxws-api.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\jsr173_1.0_api.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\logging.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\mail.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\saaj-api.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comsl.ut.infoprovider_lib.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comsl.ut.manager.offline.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcantlr.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcbloffline_launcherimpl.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcblopensqlimplStandalone.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcdddbdictionarydatabaseimplDictionaryDatabase.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcjeofflineconfigurationimpl.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcsdtcvlimpl.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sap.comtcsecsecstorefsjavacore.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_jspm_c42adapter.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_jspm_rapi.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_sltool_rapi.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_trace.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_ucp_rapi.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_updclnt.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\sdt_util.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\src.zip, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\tcwsstandaloneproxyimpl.jar, C:\Program Files\sapinst_instdir\UPDATE\UPDATE\updatelibs\updatewrapper.jar, C:\sapdb\programs\runtime\jar\sapdbc.jar]
       INFO: Start
    RETURN CODES OF UPDATEXE
         RC_OK               : 0
         RC_ERROR          : 1
         RC_UP_TO_DATE     :2
    PRINT ALL PARAMS -- BEGIN
    -asUser Administrator
    -osUser wceadm
    -pathtoj2ee C:\usr\sap\WCE\J00\j2ee
    -workDir C:/usr/sap/WCE/J00/work
    -testsmp false
    -sid WCE
    -instanceName J00
    -messageFile UpdateCommandline.message
    -inboxdir
    SERVER\c$\NW 7.1.1-SP05\EHP1 FOR SAP NW 7.1
    -gfExeDir C:\usr\sap\WCE\SYS\exe\uc\NTAMD64
    -nomask true
    -modus inbox
    -hostname LOCALHOST
    PRINT ALL PARAMS -- END
    nomask is true
    SIDADMPWD
    nomask is true
    nomask is true
    JavaEE password:
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: init me
    osPWD is not null creating the OSCredentials array
    J00,LOCALHOST,wceadm,*********************
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: init done
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: creat env of JSPM
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: created
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: creat env of JSPM toolinfo
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: hostname: LOCALHOST
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: sid: WCE
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: insatance: J00
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: pathtoj2ee: C:/usr/sap/WCE/J00/j2ee
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: workindir: C:/usr/sap/WCE/J00/work
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO:  + env, see above
    com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter-INFO: created
    java.lang.NullPointerException
         at com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter.checkForSTACKSXMl(CallJSPMAdapter.java:161)
         at com.sap.lm.jspmadapter.standalone.adapter.CallJSPMAdapter.applyUpate(CallJSPMAdapter.java:178)
         at com.sap.lm.jspmadapter.standalone.UpdateEXEMain.work(UpdateEXEMain.java:392)
         at com.sap.lm.jspmadapter.standalone.UpdateEXEMain.main(UpdateEXEMain.java:488)
         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.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:161)
    Could not write message file
    UPDATEXE ends with 1
    Has anyone had this problem?
    Thank you.

    I figured it out after some more poking around. In NW7.1 CE, the additional required step is to map the eventID of the Chart (Business Graphics) Category also to the same attribute as Category description.

  • Problem applying 10.1.2.3 Patchset to 10.1.2 ORACLE_HOME

    Upgraded OPatch to 1.0.0.0.64
    Attempted to apply 10.1.2.3 patchset 5983622
    Encountered 2 issues, 1 has prevented us from continuing
    Issue 1: Received following on stdout ...
    failed to get the ias-instance ...
    Error: no ias instance to append to
    Val: 3
    Issue 2: When running the Configuration Assistants, it fails right away on step "Run One-Off Patches".
    It's looking for the ocm.rsp. Received the following:
    Oracle Configuration Manager (OCM) is included with this release of OPatch.
    This is a OCM patch.
    EBS environment: no OCM installation and configuration.
    To run in silent mode, OPatch requires a response file for Oracle Configuration Manager (OCM).
    Run /u04/app/ebupg/ebupgora/10.1.2/OPatch/ocm/bin/emocmrsp to generate an OCM response file. The generated response file can be reused on different platforms and
    in multiple OPatch silent installs.
    To regenerate an OCM response file, rerun /u04/app/ebupg/ebupgora/10.1.2/OPatch/ocm/bin/emocmrsp.
    ERROR: OPatch failed because of cmd. args. problem.

    TooManyOracleToysToLearn wrote:
    Upgraded OPatch to 1.0.0.0.64
    Attempted to apply 10.1.2.3 patchset 5983622
    Encountered 2 issues, 1 has prevented us from continuing
    Issue 1: Received following on stdout ...
    failed to get the ias-instance ...
    Error: no ias instance to append to
    Val: 3Did you source the correct env file before applying the patch? --> $INST_TOP/ora/10.1.3/<CONTEXT_NAME>.env
    Issue 2: When running the Configuration Assistants, it fails right away on step "Run One-Off Patches".
    It's looking for the ocm.rsp. Received the following:
    Oracle Configuration Manager (OCM) is included with this release of OPatch.
    This is a OCM patch.
    EBS environment: no OCM installation and configuration.
    To run in silent mode, OPatch requires a response file for Oracle Configuration Manager (OCM).
    Run /u04/app/ebupg/ebupgora/10.1.2/OPatch/ocm/bin/emocmrsp to generate an OCM response file. The generated response file can be reused on different platforms and
    in multiple OPatch silent installs.
    To regenerate an OCM response file, rerun /u04/app/ebupg/ebupgora/10.1.2/OPatch/ocm/bin/emocmrsp.
    ERROR: OPatch failed because of cmd. args. problem.Error Applying Patch Using OPatch "This version of OPatch is obsolete", "OPatch failed because of cmd. args. problem" [ID 762403.1]
    10.1.4.3 Patch Set Pre Installation Step: dcmctl updateconfig FAILS: Fatal Relocation Error [ID 849474.1]
    Getting Error 'OPatch requires a response file for Oracle Configuration Manager (OCM)' while Running OPatch [ID 727991.1]
    Thanks,
    Hussein

  • How to apply the Patchset 7 to Forms 6i

    Hi all !!!
    I need install the PatchSet 7 in the iAS Server 1.0.2.2.2 (concrectly at the Forms Server Service).
    I had stopped all services of Oracle, and had applied the patch. But the services of Forms and Reports is missing after.
    Any idea.
    How to appplies the patch?
    Thanks and best regards.
    Carlos Hernandez
    Barcelona (Spain)

    848478 wrote:
    How to apply the latest patch set for all the Installed Modules in 11.5.10.2 along with the Roll up's if any.https://forums.oracle.com/forums/search.jspa?threadID=&q=Latest+AND+Patchsets&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    https://forums.oracle.com/forums/search.jspa?threadID=&q=Latest+AND+Patches&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • Problem applying Spry tool tips to child pages because the head tag is in a locked region

    I’m new to DW and migrating a site from GoLive CS2 to DW CS5. The site uses templates created in GL CS2. I have stripped out as much GL stuff as possible.
    I want to use the SPRY tooltips as a way to show captions for graphics that are on some of the pages (I used to use an Open New Browser window for that but I don’t have as much control in DW as I did in GL). But when I try to apply SPRY tooltips (or any SPRY widget for that matter) I get the following message:
    “Required links could not be added to this file because the <head> tag is in a locked region. To insert this content, open the template file ‘xyz.dwt’ and either unlock the <head> tag or add this content to the template.”
    I am not sure how to go about solving this problem. In the template there is an editable region for adding graphics but in the template itself there are no graphics or anything else to apply a tooltip too. Also in the child pages there may be more than one place to use a tooltip. So that suggests to me that I should not add a tooltip to the template. That brings me to the other option.
    How would I go about unlocking the  <head> tag in the template, without messing everything up?
    Or, should I detach any page from the template when I want to add tooltips then reapply the template? I am planning to ditch the GL template anyway and apply a DW template to all the pages anyway.
    Any suggestions as to what I should do?
    Yours faithfully
    Branko
    PS I’m using Mac with Snow Leopard.

    I found a solution.
    I just made a transparent PNG. Put it in an inconspicuous part of the template. On the child page I could make as many copies as I needed making sure I provided id tags for each use etc.

  • Problem applying SAPKB64012

    Hi,
    I'm applying SAPKB64012 and I get an error in the import_proper phase.
    The import finish with sy-subrc eq 16. I have tried several times but I always get the same error
    ETW674Xstart import of "LIMUDYNPSAPLSALM2400" ...
    4 ETW000   1 entry for TADIR imported (R3TRFUGRSALM                                    ).
    4 ETW000   0 entries of SMODILOG updated (FUGRSALM                                    DYNPSAPLSALM                                2400                                                                            *)
    1AETW000 ===> HALT: unknown dynpro format: d021s_length() returned 0 Please contact the SAP support.
    4 ETW000 ROLLBACK (6509815).
    4 ETW000 End of Transport (0016).
    Anybody knows how I can solve this problem
    Thanks

    Hi Jorge,
    Seems like you need to update the kernel...
    See note <a href="https://websmp110.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=704566&_NLANG=E">704566</a>
    Edit: you may also want to update SPAM/SAINT
    Hope this help!
    Juan

  • Problems applying patch 6168363 to 11.1.0.6.0

    I'm going to be installing Oracle Beehive and one of the pre req's is the patch 6168363. I installed a vanilla Oracle 11g DB, have already successfully applied patches 6708565 and 6750049 but 6168363 fails with the following. Anyone else been able to apply this patch or had a similar problem?
    [oracle@beehive 6168363]$ opatch apply
    Invoking OPatch 11.1.0.6.0
    Oracle Interim Patch Installer version 11.1.0.6.0
    Copyright (c) 2007, Oracle Corporation. All rights reserved.
    Oracle Home : /oracle/db/11.1.0/db_1
    Central Inventory : /oracle/oraInventory
    from : /etc/oraInst.loc
    OPatch version : 11.1.0.6.0
    OUI version : 11.1.0.6.0
    OUI location : /oracle/db/11.1.0/db_1/oui
    Log file location : /oracle/db/11.1.0/db_1/cfgtoollogs/opatch/opatch2009-04-13_11-17-05AM.log
    ApplySession applying interim patch '6168363' to OH '/oracle/db/11.1.0/db_1'
    Running prerequisite checks...
    OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.
    Please shutdown Oracle instances running out of this ORACLE_HOME on the local system.
    (Oracle Home = '/oracle/db/11.1.0/db_1')
    Is the local system ready for patching? y
    y
    User Responded with: Y
    Backing up files and inventory (not for auto-rollback) for the Oracle Home
    Backing up files affected by the patch '6168363' for restore. This might take a while...
    Backing up files affected by the patch '6168363' for rollback. This might take a while...
    Patching component oracle.rdbms, 11.1.0.6.0...
    Updating archive file "/oracle/db/11.1.0/db_1/lib/libgeneric11.a" with "lib/libgeneric11.a/qcs2.o"
    The following actions have failed:
    Archive not applied /home/oracle/Desktop/beehive install/6168363/files/lib/libgeneric11.a/qcs2.o to /oracle/db/11.1.0/db_1/lib/libgeneric11.a... ''
    Do you want to proceed? y
    n
    User Responded with: N
    ApplySession failed: ApplySession failed in system modification phase... 'ApplySession::apply failed: Archive not applied /home/oracle/Desktop/beehive install/6168363/files/lib/libgeneric11.a/qcs2.o to /oracle/db/11.1.0/db_1/lib/libgeneric11.a... ''
    OPatch will attempt to restore the system...
    Restoring the Oracle Home...
    Checking if OPatch needs to invoke 'make' to restore some binaries...
    OPatch was able to restore your system. Look at log file and timestamp of each file to make sure your system is in the state prior to applying the patch.
    The following warnings have occurred during OPatch execution:
    1) OUI-67124:Archive not applied /home/oracle/Desktop/beehive install/6168363/files/lib/libgeneric11.a/qcs2.o to /oracle/db/11.1.0/db_1/lib/libgeneric11.a... ''
    OPatch failed with error code 73
    Edited by: Simon Thorpe on Apr 13, 2009 11:21 AM

    Gah, I just figured this out. The path to my patch files contained a space! "beehive install" so i've removed the space, rerun opatch and it works. I'm amazed that modern operating systems are still struggling with "spaces"...

Maybe you are looking for

  • Net value of sales order before saving in VA01

    Hi there, I'm currently working with the transaction VOFM whereby i need to get the <b>net value</b> of the current sales order in order to compare with a deposit value which the customer has made. a condition type is activated whenever the net value

  • IPC UserExits, Custsomer Account Class, Populate ACCNT_CLS For Vertex

    With reference to our landscape: CRM40 w/ IPC40 SP 07 Patch 26. We are in the process of extending our CRM 40 system for consumer use in Canada. We have been running our US implementation since 2005. In the US we have implemented the java PricingUser

  • Help - Corrupt

    I cannot load anything onto my ipod because it says i have a corrupt file on there what do i do? i have an ipod video

  • I can only upload changes bit by bit

    1/ background -     I have my computer fixed recently. The windows has been re-installed     and I have finished re-installing all softwares 2/ I have a (bad ?) habit uploading the whole web to the remote server periodically     choosing  '' delete r

  • Into Flash direct from camera

    When I connect my camera via the USB, can I import direct into flash and see the 'live' picture within Flash? I have looked for something i file-import but this only lists importing prepared movies.