[SOLVED] Error '/usr/lib64 exists' while installing adol-c

I just tried to install adol-c from the AUR. At the end of the install I ran into this error message:
error: failed to commit transaction (conflicting files)
adol-c: /usr/lib64 exists in filesystem
Errors occurred, no packages were upgraded.
The install generated these errors earlier on:
Prefix /usr not writable
please run ./configure --prefix=DIR
with a writable directory path otherwise administrator privileges
will be required to run `make install'
libtool: warning: remember to run 'libtool --finish /usr/lib64'
Does this mean the adol-c package wanted to create /usr/lib64? That seems weird.
(I used yaourt.)
Last edited by khouli (2015-05-21 00:25:13)

Ah, good to know. Yep, /usr/lib64 is a symlink to /usr/lib.
Here's the snippet from the PKGBUILD that sets --prefix. It isn't actually naming /usr/lib64 explicitly.
./configure --enable-sparse --with-colpack=/usr --prefix=/usr --enable-shared=no
If I try changing --prefix to /usr/lib then I get essentially the same error but it notes that now it's /usr/lib that isn't writable instead of /usr.
Prefix /usr not writable
please run ./configure --prefix=DIR
with a writable directory path otherwise administrator privileges
will be required to run `make install'
This is all occurring as part of a makepkg command so getting an error about privileges has me confused.
Last edited by khouli (2015-05-20 10:34:14)

Similar Messages

  • [Solved]Error with installing package: /usr/lib64 exists in filesystem

    So i know there are other posts about this and i have read them and I have also read the wiki https://wiki.archlinux.org/index.php/De … _in_.2Flib and also this forum post https://bbs.archlinux.org/viewtopic.php?id=156942
    the error i get when trying to install a package from the AUR
    error: failed to commit transaction (conflicting files)
    hp-health: /usr/lib64 exists in filesystem
    Errors occurred, no packages were upgraded.
    I tried to find who owned the files/package in the /lib by the following commands
    $ grep '^lib/' /var/lib/pacman/local/*/files
    $ find /lib -exec pacman -Qo -- {} +
    the output was
    /lib is owned by filesystem 2015.02-1
    Im confused what to do at this point as the wiki that I linked above says
    If any package apart from glibc is listed as owning a file, that package needs to be updated to install its files in /usr/lib
    Last edited by PigsInSpace (2015-03-01 02:25:24)

    You are following directions for a file conflict with /lib for a very specific one-time manual intervention, but you don't have that file conflict according to the error message you posted and it is not for that intervention.  See this instead: https://wiki.archlinux.org/index.php/Pa … 9.22_error then report the error on the aur page for that package.
    This fixes it:
    package() {
    cd "$srcdir"
    + mv usr/lib64 usr/lib
    cp -a opt usr var "$pkgdir"

  • Error installing package from AUR. /usr/lib64 exists in filesystem

    I installed the package zoneminder-xinetd 1.27.0-1 using the instruction on the wiki, the installation finished successfully. then I realized that the package was outdated, so I uninstalled it using "sudo pacman -R zoneminder-xinetd", manually edit the files .AURINFO and PKGBUILD to get the new version, compiled successfully using 'makepkg -s' but when I'm try to install it(sudo pacman -U zoneminder-xinetd-1.28.0-1-x86_64.pkg.tar.xz) I got this error:
    error: failed to commit transaction (conflicting files)
    zoneminder-xinetd: /usr/lib64 exists in filesystem
    Errors occurred, no packages were upgraded.
    I also tried to install this other package https://aur.archlinux.org/packages/zoneminder after removing some unwanted dependencies but i get the same error.

    fsckd wrote:Pacman 4.2 handles symlinks differently than past versions of pacman. Allan's blog has a good description (see the section "Directory Symlink Handling") http://allanmcrae.com/2014/12/pacman-4-2-released/. I suggest you inform the maintainers of those packages so that they may update the PKGBUILDs.
    Thanks for the quick answer.
    I solved this issue by adding "-DCMAKE_INSTALL_LIBDIR=/lib" to the cmake in the PKGBUILD. The mantainer of the zoneminder package solved this already by adding "-DZM_PERL_SUBPREFIX=/lib/perl5 \".
    Also, I adopted the zoneminder-xinetd package .

  • [SOLVED] Update fails ("/usr/lib64 exists in filesystem")

    Hi,
    today I wanted to update my arch linux. I selected all packages:
    bash-4.2.042-2 filesystem-2013.01-1 gcc-4.7.2-4 gcc-libs-4.7.2-4 glibc-2.17-2 linux-api-headers-3.7.4-1 mkinitcpio-0.12.0-3 sudo-1.8.6.p5-1 transmission-gtk-2.76-2
    But then I've got following error (translated from German to English)
    Error: Could not complete procedure (conflicts in files)
    filesystem: /usr/lib64 exists in filesystem
    Any idea?
    Best regards
    Steffo
    Last edited by Steffo (2013-01-27 12:42:45)

    swordfish wrote:
    Please have a look at this:
    https://wiki.archlinux.org/index.php/De … i%3Ausrlib
    This doesn't work:
    sudo pacman -U -d http://pkgbuild.com/~allan/glibc-2.16.0-1-x86_64.pkg.tar.xz
    I get following error:
    error: failed to commit transaction (conflicting files)
    glibc: /lib/ld-linux-x86-64.so.2 exists in filesystem
    glibc: /lib/libBrokenLocale.so.1 exists in filesystem
    glibc: /lib/libanl.so.1 exists in filesystem
    glibc: /lib/libc.so.6 exists in filesystem
    glibc: /lib/libcidn.so.1 exists in filesystem
    glibc: /lib/libcrypt.so.1 exists in filesystem
    glibc: /lib/libdl.so.2 exists in filesystem
    glibc: /lib/libm.so.6 exists in filesystem
    glibc: /lib/libnsl.so.1 exists in filesystem
    glibc: /lib/libnss_compat.so.2 exists in filesystem
    glibc: /lib/libnss_db.so.2 exists in filesystem
    glibc: /lib/libnss_dns.so.2 exists in filesystem
    glibc: /lib/libnss_files.so.2 exists in filesystem
    glibc: /lib/libnss_hesiod.so.2 exists in filesystem
    glibc: /lib/libnss_nis.so.2 exists in filesystem
    glibc: /lib/libnss_nisplus.so.2 exists in filesystem
    glibc: /lib/libpthread.so.0 exists in filesystem
    glibc: /lib/libresolv.so.2 exists in filesystem
    glibc: /lib/librt.so.1 exists in filesystem
    glibc: /lib/libthread_db.so.1 exists in filesystem
    glibc: /lib/libutil.so.1 exists in filesystem
    Errors occurred, no packages were upgraded.

  • Firefox won't open and displays error "/usr/lib64/firefox/firefox: symbol lookup error: /usr/lib64/firefox/libxul.so: undefined symbol : gdk_window_get_visual

    Updated Firefox to 31.2 on RHEL6 - Red Hat Enterprise Linux Server release 6.0 (Santiago):
    [RHEL6-1 ~]$ rpm -qa firefox xulrunner nspr
    firefox-31.2.0-3.el6_6.x86_64
    nspr-4.10.6-1.el6_5.x86_64
    xulrunner-17.0.10-1.el6_4.x86_64
    But when trying to launch firefox the following error is displayed:
    [RHEL6-1 ~]$ firefox
    /usr/lib64/firefox/firefox: symbol lookup error: /usr/lib64/firefox/libxul.so: undefined symbol: gdk_window_get_visual
    I've tried removing and installing and always seem to get this error.
    Any help is much appreciated!

    RedHat provided firefox works if you update GTK2
    Run:
    # yum update gtk2*
    See (login required):
    https://access.redhat.com/solutions/1239853

  • Error /usr/lib64/firefox/firefox: symbol lookup error: /usr/lib64/firefox/libxul.so: undefined symbol: gdk_window_get_visual when I try to open Firefox

    Hi,
    I recently installed firefox in a RH 6.5 server. When I try to open the browser I get the error
    /usr/lib64/firefox/firefox: symbol lookup error: /usr/lib64/firefox/libxul.so: undefined symbol: gdk_window_get_visual
    This is my configuration
    [root@server1 ~]# rpm -qa nspr{-devel,} firefox xulrunner
    xulrunner-17.0.10-1.el6_4.x86_64
    firefox-31.2.0-3.el6_6.x86_64
    nspr-4.10.6-1.el6_5.x86_64

    Try to update your nspr.

  • Error during configuration process while installing obiee 11.1.1.7.0 in windows server 2012

    HI..
    I'm having an issue while installing obiee 11g(11.1.1.7.0) in windows server 2012 and using the database as ms sql server 2008. During configuration process after the installation process is completed , here the process is stopped at "Step:executing opmnctl start configuration_obisch1" status "failed"
    Here is the error:
    Error
        opmnctl task failed
        Step Executing: opmnctl start coreapplication_obisch1 failed
        Configuration Action "Executing opmnctl start coreapplication_obisch1 " has failed. please check log files...
    any help would be great
    thanks..

    Friend,
    Installer file size is:
    Size: *1.23 GB (1,323,085,837 bytes).*
    Size on disk: *1.23 GB (1,323,089,920 bytes).*
    I tested also disabling antivirus on my PC and disconnect the power cord before starting the installation of JDeveloper. In both tests the result was the same.
    Some additional recommendations to solve this case.
    Thank you for supporting.
    Edited by: Luis_vkacito on Nov 15, 2012 6:48 AM

  • Bluestacks displays an error with Graphics card while installing

    My laptop is a DV6 6121tx with product number QB367PA#ACJ.
    While installing bluestacks, it displayed an error stating not able to recognise the graphics card in the system.
    Please suggest a safe update for the ame if available.
    HP support assistant details of my graphics driver::
    Radeon (TM) HD 6770M
    8.882.2.3000 (30-09-2011)
    This question was solved.
    View Solution.

    Hi champakBhumia,
    Welcome to the HP forum!
    Here is a link to the HP Pavilion dv6-6121tx Entertainment Notebook PC Product Specifications and HP Pavilion dv6 Notebook PC Maintenance and Service Guide ,which will provide a list recommended replacements parts.
    I hope this helps.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Error PRVF-5150 encountered while installing GI 11.2.0.3 on AIX 6.1 server

    I am building a RAC cluster on IBM pSeries hardware running AIX 6.1. The ASM LUNs for storing the vote disk and OCR (as well as all future db files) are on NetApp storage. I have built RAC clusters before, using IBM storage, but this is my first time with NetApp storage.
    I ran cluvfy for stage precrsinst, and that report came back without errors. But I don't believe that cluvfy actually attempts to access the ASM storage, since the utility does not know the ASM disk discovery path. Anyway...
    During the OUI installation pre-checks, I received this error message: PRVF-5150 Path /dev/usasdirvg801_asm_quo_01 is not a valid path on all nodes.
    Inital searches on MOS led me to note 1267569.1, but that applies only to Linux.
    Has anyone else encountered this error message while installing Grid Infrastructure on AIX? Any and all advice will be considered and is appreciated.
    Thank you!
    Mark

    Hi,
    Try use kfod utility:
    Note: Keep in mind that the Grid Infrastructure software does not need to be installed to use kfod, since kfod is located as well on the staging area where you uncompressed the Grid Infrastructure software, as the following example:
    /stage/grid/stage/ext/bin/kfod
    Where: "/stage" is the directory where I uncompressed the source software for the Grid Infrastructure software.
    And put here :
    $ kfod asm_diskstring='/dev/usasdirvg801_asm*' disks=all

  • Error in Database installation while installing CRM 4.0 on Linux

    Hello,
    We are installing CRM 4.0 on LINUX platform,
    We have successfully installed the Central Instance, but while installing the database instance, when we start the OUI the installation starts and hangs at 0%
    <b>installing java runtime environment    Link pending.......</b>
    We have already installed the jre as per the SAP manual.
    Also, the JAVA_HOME environment variables is also set to java/.../bin
    As such there are no error logs for my problem,
    Could you please suggest me some appropriate soln.

    Hi Vasu,
    ORA-4031... for 99%  of cases this means one thing:
    the database instance is not configured correctly.
    To proceed, do the following:
    1. get rid of init.ora (it's not used at all)
    2. make sure that the init<sid>.ora file is really used.
       If there is a spfile in the %ORACLE_HOME&/database folder
       then this will be used.
    3. With your  configured shared pool of 85MB your memory should really not be filled up - anyhow it's really too small for a SAP system!
    Thus I'd check how much memory the other sga-area members (buffer cache, large pool, streams pool, java pool...) take up.
        Remember on Windows 32 Bit, everything runs in one single process that can only allocate 2GB (or 3GB if you've set this option).
    See note:
    <a href="https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=869006&_NLANG=E">#869006 - Composite SAP note: ORA-04031</a>
    for more on this.
    And when you're setting up parameters anyway, check note
    <a href="https://websmp102.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=830576&_NLANG=E">#830576 - Parameter recommendations for Oracle 10g</a>
    KR Lars

  • [WHLK] The error message pops up while installing WHLK build 10022/10031 on Server 2012

    Hi all,
    There is no error message on WHLK build #9926.
    But the error message pops up on installing build 10022/10031.
    Did you get the same problem while installing WHLK build 10022/10031?
    Here is the s=installion step:
    Launch "HLKSetup.exe" on Server 2012 -->The kit will ask the user th find "HLKSetup.exe" in download folder-->
    Launch HLKSetup.exe" in download folder-->The error message pops up when the process bar goes to 38%
    Error message
    Problem signature:
      Problem Event Name: APPCRASH
      Application Name: Microsoft.Windows.Kits.Hardware.Setup.UpdateControllerDb.exe
      Application Version: 10.0.10031.0
      Application Timestamp: 54f420f2
      Fault Module Name: KERNELBASE.dll
      Fault Module Version: 6.2.9200.16384
      Fault Module Timestamp: 5010ab2d
      Exception Code: e0434352
      Exception Offset: 00000000000189cc
      OS Version: 6.2.9200.2.0.0.400.8
      Locale ID: 1033
      Additional Information 1: d522
      Additional Information 2: d5228251694f130212c01ab1b52ad2a6
      Additional Information 3: f9b9
      Additional Information 4: f9b95021280f20538cd74ca111eba02c
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=190175
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\Windows\system32\en-US\erofflps.txt

    This is not the correct support channel for pre-release products, please follow-up with the channel in which you received this product for support or read the release notes for the product which will supply the correct steps to follow to avoid this situation.

  • Error in cloneDBCreation.log while installing Oracle 11g

    Hi,
    While installing Oracle 11g in a Virtual Machine environment , the following error is shown during database cloning :-
    ORA-01109: database not open
    Database dismounted.
    ORACLE instance shut down.
    ORACLE instance started.
    Total System Global Area 535662592 bytes
    Fixed Size          1334380 bytes
    Variable Size          163578772 bytes
    Database Buffers     364904448 bytes
    Redo Buffers          5844992 bytes
    USERS
    specify password for SYS as parameter 1:
    specify password for HR as parameter 2:
    specify password for OE as parameter 3:
    specify password for PM as parameter 4:
    specify password for IX as parameter 5:
    specify password for SH as parameter 6:
    specify password for BI as parameter 7:
    specify INPUT metadata import file as parameter 8:
    specify INPUT database backup file for tablespace EXAMPLE as parameter 9:
    specify OUTPUT database file for tablespace EXAMPLE as parameter 10:
    specify OUTPUT log directory as parameter 11:
    Sample Schemas are being plugged in ...
    ERROR:
    ORA-12170: TNS:Connect timeout occurred
    Please suggest a solution.
    Thanks & REgards
    Saswata Mandal.

    we are doing a normal installation of Oracle 11g Enterprise edition in a virtual machine system.
    During installing , the installer got stuck , while Cloning the database and showed the error.

  • [Solved] error: /usr/lib/libgdk-3.so.0: undefined symbol: cairo_s

    Since updating gtk I'm getting a number of apps refusing to open, with the following error:
    symbol lookup error: /usr/lib/libgdk-3.so.0: undefined symbol: cairo_surface_set_device_scale
    Last edited by emacsomancer (2014-12-15 15:23:55)

    zobi8225 wrote:
    hi, sorry for the newbee question but i have the same probleme :
    ➜  ~  sudo pacman -Qs cairo
    local/cairo-infinality-ultimate 1.12.16-3 (infinality-bundle)
        Cairo vector graphics library with respect-fontconfig, expose and Ubuntu patches (infinality-bundle)
    local/cairomm 1.10.0-3
        C++ bindings to Cairo vector graphics library
    local/goocanvas1 1.0.0-3
        A cairo canvas widget for GTK+
    local/lib32-cairo-infinality-ultimate 1.12.16-3 (infinality-bundle-multilib)
        Cairo vector graphics library with respect-fontconfig, expose and Ubuntu patches (32-bit, infinality-bundle)
    ➜  ~  sudo pacman -R cairo-infinality-ultimate       
    checking dependencies...
    error: failed to prepare transaction (could not satisfy dependencies)
    :: awesome: requires cairo
    :: cairomm: requires cairo
    :: gst-plugins-good: requires cairo
    :: gstreamer0.10-good-plugins: requires cairo
    :: gtk2: requires cairo
    :: gtk3: requires cairo
    :: lib32-cairo-infinality-ultimate: requires cairo-infinality-ultimate
    :: libgdiplus: requires cairo
    :: libgxps: requires cairo
    :: pango: requires cairo
    :: poppler: requires cairo
    :: python-cairo: requires cairo
    :: python-gobject: requires cairo
    :: python2-cairo: requires cairo
    :: python2-gobject: requires cairo
    :: scribus: requires cairo
    How can we replace cairo-infinality-ultimate with simple cairo ?
    simply install cairo:
    `pacman -S cairo`
    it will ask you that you sure to replace cairo-infinality-ultimate with cairo, and you answer yes. pacman will take care of those dependency stuff.

  • Tiger  installation fails-Error Message 'there areerrors while installing'

    Hi there!
    I have just bought a new Tiger 10.4 full version (4 cds) and tried to install CD1 but everytime, i pass the disk verifying of CD 1 , then when it installs on the HD, i get an error message saying 'there were some errors while installing to your hardrive' .... everytime i have to reboot on older version Mac OS 10.2.8
    Any help highly appreciated! Thanks
    Apple G4 IMAC   Mac OS X (10.2.x)   60 gb

    Two things to try before trying to install Tiger. One, boot the machine with the Apple Hardware Test disk and run the extended tests. If any problems pop up, then you'll have to fix those first. Once you get a clean bill of health on the hardware, boot with the Tiger install disk, select your language, and, when the menu bar pops up, select Disk Utility->your HD, and repair the disk. If that works, then try the upgrade again.
    BTW, are you upgrading a 10.2.8 backup or are trying to do a clean install?

  • Error in ComplexAsset: classname while Installing.

    Hi All,
    I tried to install Webcenter sites 11g on Tomcat 6.0.35. I managed to successfully ping the database and getting responses from HelloCS url. Everything came back successfully after clicking the Test button.
    It created 153 tables in H2 database, but after that it is failing while doing the further installation. Below is the exception message i got it in sites.log.
    I am in the last stage of installation, appreciate your help.
    com.openmarket.basic.interfaces.AssetException: classname
         at com.openmarket.assetframework.assettypemanager.AssetTypeManager.locateAssetManager(AssetTypeManager.java:60)
         at com.openmarket.assetframework.complexasset.ComplexAsset.getATM(ComplexAsset.java:79)
         at com.openmarket.assetframework.complexasset.ComplexAsset.Install(ComplexAsset.java:380)
         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:597)
         at com.openmarket.framework.xml.object.Install.endTag(Install.java:140)
         at com.openmarket.framework.xml.Base.endTag(Base.java:111)
         at COM.FutureTense.Common.CS.runTag(CS.java:2664)
         at com.openmarket.framework.commands.ObjectDispatcher.Install(ObjectDispatcher.java:374)
         at com.openmarket.xcelerate.commands.AssetDispatcher.Install(AssetDispatcher.java:704)
         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:597)
         at com.openmarket.framework.commands.Dispatcher.Execute(Dispatcher.java:145)
         at COM.FutureTense.XML.Template.DynTag.execute(DynTag.java:269)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
         at COM.FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)
         at COM.FutureTense.XML.Template.IFTag.execute(BlockTag.java:501)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
         at COM.FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)
         at COM.FutureTense.XML.Template.IFTag.execute(BlockTag.java:501)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
         at COM.FutureTense.XML.Template.LoopTag.execute(BlockTag.java:756)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
         at COM.FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)
         at COM.FutureTense.XML.Template.IFTag.execute(BlockTag.java:501)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
         at COM.FutureTense.XML.Template.Root.execute(BlockTag.java:365)
         at COM.FutureTense.XML.Template.XMLEval.run(XMLEval.java:331)
         at COM.FutureTense.Common.ContentServer.evalTheXML(ContentServer.java:3186)
         at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2447)
         at COM.FutureTense.Common.ContentServer.processElement(ContentServer.java:1895)
         at COM.FutureTense.XML.Template.CallElement.execute(CallTag.java:253)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
         at COM.FutureTense.XML.Template.IfChild.execute(BlockTag.java:397)
         at COM.FutureTense.XML.Template.IFTag.execute(BlockTag.java:496)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:144)
         at COM.FutureTense.XML.Template.BlockTag.execute(BlockTag.java:120)
         at COM.FutureTense.XML.Template.Root.execute(BlockTag.java:365)
         at COM.FutureTense.XML.Template.XMLEval.run(XMLEval.java:331)
         at COM.FutureTense.Common.ContentServer.evalTheXML(ContentServer.java:3186)
         at COM.FutureTense.Common.ContentServer.evalTemplate(ContentServer.java:2447)
         at COM.FutureTense.Common.ContentServer.processElement(ContentServer.java:1895)
         at COM.FutureTense.Common.CS.CallElement(CS.java:1599)
         at COM.FutureTense.Apps.Install.command.ReadURL.exec(ReadURL.java:169)
         at COM.FutureTense.Apps.Install.command.Command.execute(Command.java:130)
         at COM.FutureTense.Apps.Install.command.CustomCommandManager.executeCurrentCommand(CustomCommandManager.java:373)
         at COM.FutureTense.Apps.Install.command.CustomCommand.runCommand(CustomCommand.java:151)
         at COM.FutureTense.Apps.Install.command.CustomCommand.exec(CustomCommand.java:106)
         at COM.FutureTense.Apps.Install.command.Command.execute(Command.java:130)
         at COM.FutureTense.Apps.Install.server.InstallManager.invokeCommand(InstallManager.java:479)
         at COM.FutureTense.Apps.Install.server.InstallManager.execute(InstallManager.java:104)
         at COM.FutureTense.Apps.Install.server.InstallServer.evalPage(InstallServer.java:123)
         at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:453)
         at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
         at COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
         at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:859)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:602)
         at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489)
         at java.lang.Thread.run(Thread.java:662)
    regards
    Sri

    It is a database issue.
    Possible reasons : no proper permissions for user/ existence of multiple DB connections... the latter one looks more likely as the 3  tests are clean.
    Either close all existing DB connections or try a fresh system restart and install.

Maybe you are looking for

  • Best practice to upload data for Appraisals: BDC, LSMW or functional module

    Hi, I have heard that BDC and LSMW do not work for data upload in appraisals. Is it true? Can we use ECATT or SECATT to upload data in appraisals? I somewhere got the information that functional modules HRHAP_DOCUMENT_PREPARE HRHAP_DOC_UPDATE_BODY_AN

  • A700: PS3 Won't Work in HDMI Mode

    When I connect my PS3 to my A700 using an HDMI cable, there is no picture or sound. I know the PS3 works, because it works fine when I hook it up to the A700 using AV cables, and I know the HDMI cable works, because I can use it to connect my laptop

  • Easing the Pain of Repetitive Tasks in WCS

    Hey All - I normally use a custom scripted process to pre-configure all of my APs (name, location, controller IPs, channel, power, etc.).  But on occasion the names change following construction, planning, etc.  So I have been in WCS changing the nam

  • My apple ID not bay any game or app ?

    Hi , my name salman , my apple ID not purchased game or app ? Why ?

  • Adobe Interactive forms with Graph and Japanese text

    Hi Experts, I want to use graph/bar/pie chart with Adobe Interactive forms and along with that the UI element's(Button,lable,table header,column) text has to be in Japanese language. Is it possible using Adobe interactive form ? Thanks in advance.