'A file or directory doesn't exist' error during java stack update

Dear All,
I've done a fresh installation of solution manger system on IBM iseries box (OS400 & DB2 combo).
As part of post installation activity, I've updated the kernel patch, updated the ABAP stack to sp4, and am currently doing the java stack update.
I'm struck with one error. The log file shows:
Feb 23, 2012 7:54:35 PM  Error: /usr/sap/SLM/SYS/global/j2eeclient/META-INF/SAP_MANIFEST.MF (A file or directory in the path name does not exist.)
Feb 23, 2012 7:54:35 PM  Error: Error deploying Fileset Complete to /usr/sap/SLM/SYS/global/j2eeclient
Feb 23, 2012 7:54:35 PM  Info: ***** End of File-System Deployment com.sap.engine.client *****
Feb 23, 2012 7:54:35 PM  Error: Aborted: development component 'com.sap.engine.client'/'sap.com'/'SAP AG'/'7.0209.20110628100654.0000'/'1', grouped by :
Deployment was not successful
I've checked the file system and found that the directory META-INF is not present in /../../global/j2eeclient
Please suggest a solution.
Thank You.
regards,
vin

Hi,
This is an easy solution:
From the OS command line, do WRKLNK, go to /usr/sap/SLMS/global/j2eeclient,  at the top where it shows the directory, do a copy on this. Then at the command line type MD, do F4, paste the directory name in the first line, then after j2eeclient add /META-INF'
IMportant*** Make sure the full directory name is in single quotes.*
*On the next 2 lines change INDIR to RWX.  Then press enter and re-run your job.  If you have any problems let me know.

Similar Messages

  • 'Source Directory doesn't exist' error in sender file adapter

    Hi All,
    I m getting the error 'Source Directory doesn't exist' in sender file adapter.
    The source file directory doesn't exist in XI Server. Its in a different system.
    gone through other sdn t hreads.
    the options seems to be
    1. either to mount the Source Directory on the XI Server.
    2. Install a FTP server and use FTP protocol.
    My doubt is that, could nt we give necessary access rights to the XIAFUSER whihc will access the Source Directory?
    Wont it be sufficient?

    Hi Aarthi,
    If you are using system other than XI, then you have to use FTP server
    else check you have proper authorization of read/write to the source directory...
    and check the name of it as well, as it is case sensetive and you have provided the proper details of server.
    check these blog as well...
    /people/venugopalarao.immadisetty/blog/2007/01/24/troubleshooting-file-to-idoc-scenario-in-xi
    /people/shabarish.vijayakumar/blog/2006/08/01/along-came-a-file-adapter-mr-ftp-and-rest-of-the-gang
    Sachin
    Edited by: Sachin Dhingra on Mar 24, 2009 12:16 PM

  • Error during Java SPS Update (LM-TOOLS)

    Hello,
    I am currently upgrading SAP EHP 1 for SAP NetWeaver 7.0 from SPS06 to SPS14 and I get an error during LM-TOOLS component update.
    Here is the error log:
    14/03/17 14:24:31 -  ***********************************************************
    14/03/17 14:24:31 -  Start updating EAR file...
    14/03/17 14:24:31 -  start-up mode is lazy
    14/03/17 14:24:31 -  EAR file updated successfully for 33ms.
    14/03/17 14:24:31 -  Start updating...
    14/03/17 14:24:32 -  EAR file uploaded to server for 42ms.
    14/03/17 14:24:32 -  ERROR: Not updated. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/tc~sec~auth~spnego~wizard..
                         Reason: Clusterwide exception: Failed to deploy application sap.com/tc~sec~auth~spnego~wizard. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:
                          com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application sap.com/tc~sec~auth~spnego~wizard. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
                          at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:689)
                          at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1278)
                          at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:336)
                          at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:201)
                          at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:137)
                          at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                          at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                          at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                          at java.security.AccessController.doPrivileged(Native Method)
                          at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
                          at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
                         Caused by: com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application sap.com/tc~sec~auth~spnego~wizard. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
                          at com.sap.engine.services.webdynpro.WebDynproContainer.deploy(WebDynproContainer.java:1052)
                          at com.sap.engine.services.webdynpro.WebDynproContainer.makeUpdate(WebDynproContainer.java:1283)
                          at com.sap.engine.services.deploy.server.application.UpdateTransaction.makeComponents(UpdateTransaction.java:402)
                          at com.sap.engine.services.deploy.server.application.DeployUtilTransaction.commonBegin(DeployUtilTransaction.java:325)
                          at com.sap.engine.services.deploy.server.application.UpdateTransaction.begin(UpdateTransaction.java:166)
                          at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:292)
                          at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhases(ApplicationTransaction.java:326)
                          at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:3241)
                          at com.sap.engine.services.deploy.server.DeployServiceImpl.update(DeployServiceImpl.java:677)
                          ... 10 more
                         For detailed information see the log file of the Deploy Service.
    14/03/17 14:24:32 -  ***********************************************************
    Mar 17, 2014 2:24:32 PM  Info: End of log messages of the target system.
    Mar 17, 2014 2:24:32 PM  Info: ***** End of SAP J2EE Engine Deployment (J2EE Application) *****
    Mar 17, 2014 2:24:32 PM  Error: Aborted: development component 'tc/sec/auth/spnego/wizard'/'sap.com'/'MAIN_NW701P13_C'/'4487597'/'0', grouped by software component 'LM-TOOLS'/'sap.com'/'MAIN_NW701P14_C'/'1000.7.01.14.0.20130801094512''/'0':
    Caught exception during application deployment from SAP J2EE Engine's deploy service:
    java.rmi.RemoteException: Cannot deploy application sap.com/tc~sec~auth~spnego~wizard..
    Reason: Clusterwide exception: Failed to deploy application sap.com/tc~sec~auth~spnego~wizard. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?; nested exception is:
      com.sap.engine.services.deploy.container.DeploymentException: Clusterwide exception: Failed to deploy application sap.com/tc~sec~auth~spnego~wizard. Check causing exception for details (trace file). Hint: Are all referenced components deployed and available on the engine?
    (message ID: com.sap.sdm.serverext.servertype.inqmy.extern.EngineApplOnlineDeployerImpl.performAction(DeploymentActionTypes).REMEXC)
    Mar 17, 2014 2:24:32 PM  Info: Starting to save the repository
    Mar 17, 2014 2:24:32 PM  Info: Finished saving the repository for 193 ms.
    Mar 17, 2014 2:24:32 PM  Info: Starting: Update: Selected software component 'LM-TOOLS'/'sap.com'/'MAIN_NW701P14_C'/'1000.7.01.14.0.20130801094512''/'0' updates currently deployed software component 'LM-TOOLS'/'sap.com'/'MAIN_NW701P06_C'/'1000.7.01.6.0.20100108201135''/'0'.
    Mar 17, 2014 2:24:32 PM  Error: Aborted: software component 'LM-TOOLS'/'sap.com'/'MAIN_NW701P14_C'/'1000.7.01.14.0.20130801094512''/'0':
    Failed deployment of SDAs:
    development component 'tc/sec/auth/spnego/wizard'/'sap.com'/'MAIN_NW701P13_C'/'4487597'/'0' : aborted
    Please, look at error logs above for more information!
    Mar 17, 2014 2:24:32 PM  Info: Starting to save the repository
    Mar 17, 2014 2:24:33 PM  Info: Finished saving the repository for 193 ms.
    Mar 17, 2014 2:24:33 PM  Info: J2EE Engine is in same state (online/offline) as it has been before this deployment process.
    Mar 17, 2014 2:24:33 PM  Error: ---------------- At least one of the Deployments failed ---------------
    Any help will be really appreciated.

    Hi Johnny,
    You need to undeploy the sap.com~spnego.cfg.wd component using SDM
    Then retry the patching of LM-TOOL patching
    Also follow the SAP Note
    1643003 - Deployment of LM-TOOLS fails. Due to SPNego
    With Regards
    Ashutosh Chaturvedi

  • Error during Java Stack upgrade with SAPINST Tool for Netweaver 04

    Hi,
    I have updated all the ABAP stack support packages fine. But when i try to upgrade the Java Stack for the BW server using the SAPINST tool, i received an error in the 17th step "Starting J2EE Engine".
    The error log says:
    CJS-20057 Starting Java engine DVEBMGS05 of SAP system <SID> failed:
    after 165 seconds the state of the engine changed from &quot;Starting&quot; to &quot;Stopped&quot;.
    Please help.
    Thanks
    Vijay

    Hi Vijay,
    Please check the link for some initial troubleshooting:
    http://help.sap.com/saphelp_nw70/helpdata/en/69/430841a6e1ef6fe10000000a1550b0/frameset.htm
    Regards,
    Siddhesh

  • Build error 'CFURLGetFSRef failed - maybe the output directory doesn't exist?' Eclipse

    I downloaded and installed the Adobe InDesign Plug-in Editor as an Eclipse distribution, the InDesign SDK and XCode on my iBook G4 with Mac OS X 10.4.10. Creating an InDesign project works fine. I only have to drag-and-drop elements on a form and add some actions.
    Unfortunately, I can't get the Ant Build working. I followed the video-tutorials on the Adobe labs site, but I'm still getting this error:
    CFURLGetFSRef failed - maybe the output directory doesn't exist?
    The error seems to be in the "/Adobe InDesign CS3 Products SDK/devtools/bin/odfrc-cmd" file. I guess it's a SDK problem.
    Does anyone know what the reason is for this error? And maybe how I can fix it?

    This is the full output.
    "Ld "/id5sdk/build/mac/prj/build/InDesign en InCopy plug-in.build/Default/Debug.build/Objects-normal/ppc/InDesign and InCopy plug-in" normal ppc
    cd /id5sdk/build/mac/prj
    /usr/bin/g++-4.0 -o /id5sdk/build/mac/prj/build/InDesign\ and\ InCopy\ plug-in.build/Default/Debug.build/Objects-normal/ppc/InDesign\ and\ InCopy\ plug-in -L/id5sdk/build/mac/prj/../debug/sdk -L../../../build/mac/debug/packagefolder/contents/macos/libs -F/id5sdk/build/mac/prj/../debug/sdk -F../../../build/mac/debug/packagefolder/contents/macos -F../../../build/mac/debug/packagefolder/contents/Frameworks -filelist /id5sdk/build/mac/prj/build/InDesign\ and\ InCopy\ plug-in.build/Default/Debug.build/Objects-normal/ppc/InDesign\ and\ InCopy\ plug-in.LinkFileList -lPublicPlugIn -framework InDesignModelAndUI -framework Carbon -framework InDesign\ and\ InCopy\ plug-in -arch ppc -Wl,-single_module -install_name InDesign\ and\ InCopy\ plug-in.InDesignPlugin/Versions/A/InDesign\ and\ InCopy\ plug-in -Wl,-Y,1455 -dynamiclib -mmacosx-version-min=10.4 -Wl,-Sp -Wl,-executable_path -Wl,../../../build/mac/Debug/packagefolder/contents/macos -isysroot /Developer/SDKs/MacOSX10.4u.sdk
    ld: can't locate framework for: -framework InDesign en InCopy plug-in
    /usr/bin/libtool: internal link edit command failed"
    Anyone who can help me?

  • CD drive problems "Directory doesn't exist"

    Seems like everybody has some variant of this problem.  I'm having difficulty getting the CD drive to read the disks I put in.  I'm using PCman as my file manager and when I try to access the CD drive I get a pair of error messages that simply say "..."  This is followed by a third error saying "Directory doesn't exist."  My HAL is configured for hotplugging if that matters.
    I've been wrestling with this for a couple days and tried several solutions from both the wiki and the forum.  Any help with fixing, or just suggestions on how to better diagnose the problem would be much appreciated.

    I had this problem using hal, Slim, openbox and pcmanfm. Solved it using this post
    http://bbs.archlinux.org/viewtopic.php?id=65070
    which I found in the Wiki/Table of Contents/Hardware Detection & Troubleshooting/Hal/Permission Denied page.
    I only had to follow the two steps in the PS, after which I could access cd's as normal user.
    Hope this helps.

  • Directory doesn't exist

    Hi,
         I am using 11i application on 9i database. I tried to run autoconfig on the apps tier. I navigate to COMMON_TOP/admin/scripts/bdev_oraapps
    and ran auto config
    [applpdev@ebs pdev_oraapps]$ ./adautocfg.sh   after entering the password it show's the error Error:Directory doesn't exist.    
    I don't know what's the cause. Please help to get through this.

    The oraInst.loc file contains the entry "inventory_loc=/home/orapdev/oraInventory"
    I checked the above mentioned location and i issued
    [applpdev@oraapps ~]$ cd /home/orapdev/
    [applpdev@oraapps orapdev]$ ll
    total 4
    drwxrwxrwx 6 orapdev orapdev 4096 Nov 26 16:27 oraInventory
    [applpdev@oraapps orapdev]$ cd oraInventory/
    [applpdev@oraapps oraInventory]$ ll
    total 20
    drwxrwxrwx 2 orapdev orapdev 4096 Nov 26 16:47 Contents
    drwxrwxrwx 2 orapdev orapdev 4096 Nov 30 20:21 ContentsXML
    -rwxrwxrwx 1 orapdev orapdev   19 Nov 30 20:21 install.platform
    drwxrwxrwx 2 orapdev orapdev 4096 Nov 30 20:21 locks
    drwxrwxrwx 2 orapdev orapdev 4096 Nov 30 20:21 logs
    The error showed when running the auto config is
    [applpdev@oraapps pdev_oraapps]$ pwd
    /pdev/p01/oracle/pixcomn/admin/scripts/pdev_oraapps
    [applpdev@oraapps pdev_oraapps]$ ./adautocfg.sh
    Enter the APPS user password:
    ERROR: Directory  doesn't exist
    [applpdev@oraapps pdev_oraapps]$

  • Error during OLAP AW UPDATE

    Hi,
    I am using AWM 11.1.0.7.0B and the DB 11.1.0.7.0
    After every one or two days I am getting this error..Whenever I am maintaining the dimention I am getting the following error....
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::generic<BuildProcess>
    INI: XOQ-00703: Error executing OLAP DML command "(UPDATE OCDM.OCDM : ORA-37605: error during OLAP AW UPDATE
    ORA-00600: internal error code, arguments: [xspggepGenPSErase01], [], [], [], [], [], [], [], [], [], [], []
    )", Generic at TxsOqAWManager::executeCommand
    at oracle.olapi.data.source.DataProvider.callGeneric(Unknown Source)
    at oracle.olapi.data.source.DataProvider.callGeneric(Unknown Source)
    at oracle.olapi.data.source.DataProvider.executeBuild(Unknown Source)
    at oracle.olap.awm.wizard.awbuild.UBuildWizardHelper$1.construct(Unknown Source)
    at oracle.olap.awm.ui.SwingWorker$2.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    For view data geting the error
    BIB-9509 Oracle OLAP did not create cursor.
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManager::crtCurMgrs4
    INI: XOQ-00703: Error executing OLAP DML command "(AW ATTACH OCDM.OCDM RO : ORA-34738: A severe problem has been detected. Analytic workspace operations have been disabled.
    )", Generic at TxsOqAWManager::executeCommand
    And when I am trying to detach or delete the AW it is giving the following error...
    java.sql.SQLException: ORA-34738: A severe problem has been detected. Analytic workspace operations have been disabled.
    ORA-06512: at "SYS.DBMS_AW", line 93
    ORA-06512: at "SYS.DBMS_AW", line 180
    ORA-06512: at line 1
    at oracle.olap.awm.connection.AwAttachmentManager.detach(Unknown Source)
    at oracle.olap.awm.connection.AwAttachmentManager$1DetachWorkspaceThread.run(Unknown Source)
    Please help....
    Thanks,
    Devjit
    Edited by: [email protected] on Jul 21, 2009 5:48 AM

    Hi,
    I am also facing similar issue in 11.1.7.0 production Database...
    Error while trying to maintain a dimension :
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::generic<BuildProcess>
    INI: XOQ-00703: Error executing OLAP DML command "(UPDATE WCC_DPL_OWNER.WCC_OLAP : ORA-37605: error during OLAP AW UPDATE
    ORA-00600: internal error code, arguments: [xspggepGenPSErase05], [], [], [], [], [], [], [], [], [], [], []
    )", Generic at TxsOqAWManager::executeCommand
    at oracle.olapi.data.source.DataProvider.callGeneric(Unknown Source)
    at oracle.olapi.data.source.DataProvider.callGeneric(Unknown Source)
    at oracle.olapi.data.source.DataProvider.executeBuild(Unknown Source)
    at oracle.olap.awm.wizard.awbuild.UBuildWizardHelper$1.construct(Unknown Source)
    at oracle.olap.awm.ui.SwingWorker$2.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    Error while trying View Data of the particular dimension :
    BIB-9509 Oracle OLAP did not create cursor.
    An error has occurred on the server
    Error class: Express Failure
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManager::crtCurMgrs4
    INI: XOQ-00703: Error executing OLAP DML command "(AW ATTACH WCC_DPL_OWNER.WCC_OLAP RO : ORA-34738: A severe problem has been detected. Analytic workspace operations have been disabled.
    )", Generic at TxsOqAWManager::executeCommand
    Error which trying to detach the AW :
    java.sql.SQLException: ORA-34738: A severe problem has been detected. Analytic workspace operations have been disabled.
    ORA-06512: at "SYS.DBMS_AW", line 93
    ORA-06512: at "SYS.DBMS_AW", line 180
    ORA-06512: at line 1
    at oracle.olap.awm.connection.AwAttachmentManager.detach(Unknown Source)
    at oracle.olap.awm.connection.AwAttachmentManager$1DetachWorkspaceThread.run(Unknown Source)
    As per Metalink Doc id : ID 779168.1, the AW has been corrupted . This is due to bug 7434725.
    Is there any specific patch for this bug or has this problem being resolved in 11gR2 ?
    Can someone please help !!!
    Thanks

  • Error help- "the operation could not be performed ...file... doesn't exist"?

    Hi,
    I am experiencing some probmels with ICE and can't find a reason for why.  I was able to edit the pages on the site through ICE about a month ago, but the client just let me know they can't do anything for any page.  I also can't do anything for any pages I was able to previously edit.  Basicall, I get this error message after being able to log in, edit page, and click save draft/ changes I get the following error:
    "The operation could not be performed because the file can't be accessed or doesn't exist..."
    I have looked extensively at these threads: http://forums.adobe.com/thread/444356?tstart=60
    and http://forums.adobe.com/thread/432559?tstart=0
    From that I have tried the following:
    Made sure passive FTP was working properly
    Verified FTP Dreamweaver connection with same FTP account: all is good and i can change and put the pages in question on the server.
    Verified tags in page (I think I have most pages correct.- although I know some are still not div tagged correct, but don't think thee issues are related.)
    verified that the directory settings on the adobe account (which is the root) is only "/"
    Tried editing in both Safari and FF and the client tried in IE and FF (all most recent versions I think)
    No progress has been made.  Actually now my adobe account for managing my sites is not allowing me to manage "settings" for this site either.  The tab is there but doesn't have the word settings on it and therefore I can't click it anymore
    Here is the site: www.extremecommunitymakeover.org.  I know for sure I WAS able to edit the index, get involved, and contact us pages a moth ago and now I get the error.
    Also- another maybe related problem is that I can't actually duplicate or create new pages via ICE.  Everything I try to name the new page gets kicked back and the dialog box says error says the "file extension is invalid".
    So- I seem to have a couple problems possibly all related to each other and your help would be much appreciated.
    Thanks,
    Sean

    Here's the setup on the two machines in particular...
    Machine #1:
    XP Pro
    Was IE7, now latest FF
    No antivirus
    Firewall – Windows Firewall, Downloaded AVG free trial ver., but not installed
    Machine #2:
    XP Pro
    IE7
    Again, No AV… had Kaspersky… but uninstalled it
    Windows Firewall
    Maybe that could be of some assistance... not seeing anything that could possibly block or inhibit the ICE. Each machine is independent of the other, separate networks, different locations, JavaScript enabled, no cookie blockers, etc.
    ....STUMPED!!!   

  • Why is my Firefox Aurora seems to be located in Program Files (x86)\Aurora\updated\firefox.exe, but that directory doesn't exist on my computer?

    I'm using FusionDisplay to get a taskbar for my second monitor, and the taskbar has worked well until now. Now when I open pinned Aurora, it opens a new application and doesn't merge with the pinned down application icon.
    It seems to locate the Firefox.exe to Program Files (x86)\Aurora\updated\firefox.exe, which doesn't exist. Also windows task manager right click menu for firefox.exe won't open anything when I click Open File Location.

    Hi. I'm having the same problem with Final versions of Mozilla applications (FF and TB) on Win7 x64 as well. I don't have Display Fusion or the likes.
    This started around FF15, and happens about every other update since. This is Very frustrating. Restarting the computer fixes it though. I'd never believe I'd have to restart the computer after pretty much about every update, major or minor. Now this happened to me for both FF19->19.02, and TB 17.0.3->17.0.4 at the same time. No other software running meanwhile.
    This happens for about the 3 or 4th time. It's frustrating to have to restart every now and then for a browser update.
    I'll stick to a version for both (19.0.2 and 17.0.4) forever, thanks Mozilla! Couple that with the inability of most versions of TB to sustain a longer uptime than 10-15 days with no addons and just 4 pop accounts with 50-100 emails and just one with 1000.

  • Source directory doesn't exist

    Hi experts,
    my scenario is file to proxy..
    i am developed end to end scenario......
    i am using TP is NFS.... & also used as ICO configuration
    while checking in RWB it will give error like source directory does not exist..
    see the fallowing screenshot..
    The source directory is fine.............but i am getting the error source directory does not exist...
    please help me on this...where is exactly problem occurs?(source directory is fine)
    Thanks & Regards
    E.Ravi Chandra Reddy

    Hi Raja,
    please find below screen shot of corresponding CC..
    Thanks & Regards
    E.Ravi chandra reddy

  • Getting "No such file or directory" when executing existing binary

    Heya,
    I'm currently trying to get hpasm to run, but after installing I have some strange issue.
    The binary is there  but I can't execute it:
    [florian@moody ~]$ ls -l /usr/sbin/hpasmcli
    lrwxrwxrwx 1 root root 26 Oct 14 23:30 /usr/sbin/hpasmcli -> /opt/compaq/utils/hpasmcli
    [florian@moody ~]$ ls -l /opt/compaq/utils/hpasmcli
    -rwxr-xr-x 1 root root 131896 Oct 14 23:30 /opt/compaq/utils/hpasmcli
    [florian@moody ~]$ /opt/compaq/utils/hpasmcli
    bash: /opt/compaq/utils/hpasmcli: No such file or directory
    Running ldd and file on it also looks strange:
    [florian@moody ~]$ ldd /opt/compaq/utils/hpasmcli
    not a dynamic executable
    [florian@moody ~]$ file /opt/compaq/utils/hpasmcli
    /opt/compaq/utils/hpasmcli: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, for SuSE 9.1, not stripped
    strace reveals execve() returns ENOENT:
    [florian@moody ~]$ strace /opt/compaq/utils/hpasmcli
    execve("/opt/compaq/utils/hpasmcli", ["/opt/compaq/utils/hpasmcli"], [/* 42 vars */]) = -1 ENOENT (No such file or directory)
    write(2, "strace: exec: No such file or di"..., 40strace: exec: No such file or directory
    ) = 40
    exit_group(1) = ?
    +++ exited with 1 +++
    but man 3 execve says:
    ERRORS
    The exec functions shall fail if:
    ENOENT A component of path or file does not name an existing file or path or file is an empty string.
    So I have no idea what's going on here... Just some weird broken binary?
    Florian

    The system is 64 bit (x86_64) indeed.
    skottish wrote:If it's a 32 bit binary on a 64 bit system without the correct 32 bit libraries, this will always happen. The Compiler, did you use the AUR package to install this or did you do it manually?
    I used the AUR package.
    skottish wrote:The AUR package installs the 32 version even on 64 bit machines. If there is a 64 bit version, then the PKGBUILD is broken. If there isn't one, then you need to find the dependencies and install the 32 bit equivalents.
    I think the PKGBUILD looks good, but their original RPM is broken. When I download and extract the 64 bit RPM by hand, _one_ binary is 64 bit, the others are 32bit:
    [florian@moody utils]$ file *
    bootcfg: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, for SuSE 9.1, not stripped
    hpasmcli: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, for SuSE 9.1, not stripped
    hpimlview: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.4.1, for SuSE 9.1, not stripped
    hplog: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, for SuSE 9.1, not stripped
    hpuid: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, for SuSE 9.1, not stripped
    imlbe: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, for SuSE 9.1, not stripped
    skottish wrote:I felt like looking into this and this software is almost seven years old. Even with legacy servers, HP must have modern tools for Proliant class servers.
    Hmm, that's a good point actually. I'll dig a bit and see what I'll find.
    Florian

  • Where do I place third party plug folders for effects in Final Cut 10.1 under Mavericks?  The /user/library/application support/final cut directory doesn't exist on my computer.

    I can't seem to find the proper directory to copy third pary plugins for use under Final Cut 10.1.    The ../library/appliation support/final cut pro directory doesn't seem to exist.  Where do I put these files?

    Um - they didn't go there with 10.0.x either. All the effects, titles, transitions, and generators in FCP X are Motion templates and get placed in user/movies/motion templates, into the appropriate folder depending on the type of effect.

  • Table doesn't Exist Error

    Hi,
    I have source as oracle database and target as HFM. However, I am facing issue in reverse engineering the RDBMS model. It doesn't show the table columns and gives the error "Table doesn't exist.".
    I have tried creating a public synonym as well but to no avail.
    Can anyone please suggest the suitable resolution?
    Thanks
    Abhi

    Hi,
    I added these keys but it is still not reflecting the columns. I tried with credential with DBA privileges but to no avail. The database connection is also getting connected with no hassles.
    Please advice.
    Thanks!

  • 11i Class directory Doesn't exists in R12

    Hi,
    We did lot of customizations in 11i files. Most of the files are referring to the location oracle.apps.per.irc.lov.webui in 11i. But this path doesn't exists in R12 and the customizations are failing in R12 as the class files doesn't exists in that path. Instead of that path R12 has the path oracle.apps.irc.lov.webui
    How does Oracle fix this issue. Does it provide any patch to fix the issue or do we need to correct all the customizations to refer the new path.
    Thanks,
    HC.

    HC,
    In general the answer is YES. But it is more complicated than that. If the entire query changed, then your substitution may not be right. It will substitute but not be right. You need to evaluate all customizations on an individual basis in regards to the assumptions from 11i and changes in R12. Sorry but there is no magic bullet to make them all work for R12 in one fell swoop.
    Kristofer Cruz

Maybe you are looking for

  • Error Type In Integration Engine

    Hi All, Please tell me what type of error/exception can occur in the integration engine? Is it only System Exception that can occur or can Application Exception also occur? Also please tell me what do you mean by the term SALERT. Thanks, Abhishek.

  • IPad 2 Won't Rotate

    My ipad 3. (16g Wifi White) has recently stopped rotating the display when you turn the device. It's stuck upside down (home button at top in portrait). I have checked that rotate is not locked. The switch (set to rotate not mute) works, and I get th

  • Safari 2.01 crashes when downloading PDF files

    Since I updated to Safari 2.01 I have been unable to download Acrobat PDF files from any site. When I click on the download, Safari just quits and I'm left with a message telling me that it has unexpectedly quit. Before I updated Safari it worked fin

  • ITunes play count not increasing on track repeat

    I had put I recently downloaded song on repeat in iTunes today. After a few plays, I noticed that the play count had not increased at all. I do have cross fade endabled, so when there is 3 seconds left in the song, the next song would fade in. Maybe

  • How to move files using Single User Mode

    I messed up this one task that i didn't read all the way through and messed up. I Moved SecurityAgent.app (not SystemAgent.app my bad) and instead i moved my desktop to the CoreServices folder and renamed it SecurityAgent.app How do i put the Desktop