Solved - Cannot install gimp : error: 'libmng': not found in sync db

This is the code I get. I think something is wrong with my pacman since it was working fine at the begainning.
bash-3.2# pacman -Syu
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
:: Starting full system upgrade...
local database is up to date
bash-3.2# pacman -S gimp
Warning: gimpshop provides gimp
resolving dependencies...
error: cannot resolve "libmng", a dependency of "gimpshop"
error: failed to prepare transaction (could not satisfy dependencies)
:: gimpshop: requires libmng
bash-3.2# pacman -S libmng
error: 'libmng': not found in sync db
Vlc is installed but if I try this I still get that kind of error.
bash-3.2# pacman -S vlc
error: 'vlc': not found in sync db
This is my pacman.conf
# /etc/pacman.conf
# See the pacman manpage for option directives
# GENERAL OPTIONS
[options]
# The following paths are commented out with their default values listed.
# If you wish to use different paths, uncomment and update the paths.
#RootDir = /
#DBPath = /var/lib/pacman/
#CacheDir = /var/cache/pacman/pkg/
#LogFile = /var/log/pacman.log
HoldPkg = pacman glibc
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here
# - local/custom mirrors can be added here or in separate files
# - repositories listed first will take precedence when packages
# have identical names, regardless of version number
# Repository entries are of the format:
# [repo-name]
# Server = ServerName
# Include = IncludePath
# The header [repo-name] is crucial - it must be present and
# uncommented to enable the repo.
# Testing is disabled by default. To enable, uncomment the following
# two lines. You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[testing]
#Include = /etc/pacman.d/mirrorlist
[core]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
[community]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/mirrorlist
# Unstable is disabled by default. To enable, uncomment the following
# two lines. You can add preferred servers immediately after the header,
# and they will be used before the default mirrors.
#[unstable]
#Include = /etc/pacman.d/mirrorlist
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
And this is my mirrorlist
# Arch Linux repository mirrorlist
# United States
#Server = ftp://ftp.archlinux.org/$repo/os/i686
#Server = ftp://locke.suu.edu/linux/dist/archlinux/$repo/os/i686
#Server = ftp://mirrors.unixheads.org/archlinux/$repo/os/i686
#Server = ftp://ftp-linux.cc.gatech.edu/pub/linux/distributions/archlinux/$repo/os/i686
#Server = ftp://mirror.cs.vt.edu/pub/ArchLinux/$repo/os/i686
#Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.ibiblio.org/pub/linux/distributions/archlinux/$repo/os/i686
#Server = http://holmes.umflint.edu/archlinux/$repo/os/i686
#Server = http://mirror.neotuli.net/arch/$repo/os/i686
# South America
# - Brazil
#Server = http://archlinux.c3sl.ufpr.br/$repo/os/i686
#Server = ftp://archlinux.c3sl.ufpr.br/archlinux/$repo/os/i686
#Server = ftp://ftp.las.ic.unicamp.br/pub/archlinux/$repo/os/i686
# Europe
# - Austria
#Server = ftp://gd.tuwien.ac.at/opsys/linux/archlinux/$repo/os/i686
# - Belgium
#Server = ftp://ftp.belnet.be/mirror/archlinux.org/$repo/os/i686
# - Czech Republic
#Server = ftp://ftp.sh.cvut.cz/MIRRORS/arch/$repo/os/i686
# - Estonia
#Server = ftp://ftp.estpak.ee/pub/archlinux/$repo/os/i686
# - France
#Server = ftp://mir1.archlinuxfr.org/archlinux/$repo/os/i686
#Server = ftp://mir2.archlinuxfr.org/archlinux/$repo/os/i686
#Server = ftp://distrib-coffee.ipsl.jussieu.fr/pub/linux/archlinux/$repo/os/i686
#Server = http://mir.archlinux.fr/$repo/os/i686
#Server = ftp://ftp.free.fr/mirrors/ftp.archlinux.org/$repo/os/i686
# - Germany
#Server = ftp://ftp.hosteurope.de/mirror/ftp.archlinux.org/$repo/os/i686
#Server = ftp://ftp5.gwdg.de/pub/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.uni-bayreuth.de/pub/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.archlinuxppc.org/i686/$repo/os/i686
#Server = ftp://ftp.tu-chemnitz.de/pub/linux/archlinux/$repo/os/i686
#Server = http://ftp.uni-kl.de/pub/linux/archlinux/$repo/os/i686
# - Great Britain
#Server = http://www.mirrorservice.org/sites/ftp.archlinux.org/$repo/os/i686
#Server = ftp://mirrors.uk2.net/pub/archlinux/$repo/os/i686
#Server = http://archlinux.mirrors.uk2.net/$repo/os/i686
# - Greece
#Server = ftp://ftp.ntua.gr/pub/linux/archlinux/$repo/os/i686
# - Hungary
#Server = ftp://ftp.mfa.kfki.hu/pub/mirrors/ftp.archlinux.org/$repo/os/i686
# - Ireland
#Server = ftp://ftp.heanet.ie/mirrors/ftp.archlinux.org/$repo/os/i686
# - Italy
#Server = ftp://mi.mirror.garr.it/mirrors/archlinux/$repo/os/i686
# - Netherlands
#Server = ftp://ftp.nluug.nl/pub/metalab/distributions/archlinux/$repo/os/i686
#Server = ftp://ftp.surfnet.nl/pub/os/Linux/distr/archlinux/$repo/os/i686
# - Poland
#Server = ftp://mirror.icis.pcz.pl/archlinux/$repo/os/i686
#Server = http://piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i686
#Server = ftp://ftp.piotrkosoft.net/pub/mirrors/ftp.archlinux.org/$repo/os/i686
# - Portugal
#Server = ftp://cesium.di.uminho.pt/pub/archlinux/$repo/os/i686
# - Romania
#Server = ftp://ftp.iasi.roedu.net/mirrors/archlinux.org/$repo/os/i686
# - Russia
#Server = ftp://mirror.yandex.ru/archlinux/$repo/os/i686
#Server = http://archlinux.freeside.ru/$repo/os/i686
# - Sweden
#Server = ftp://ftp.ds.hj.se/pub/os/linux/archlinux/$repo/os/i686
#Server = ftp://ftp.gigabit.nu/$repo/os/i686
# - Switzerland
#Server = ftp://archlinux.puzzle.ch/$repo/os/i686
# - Turkey
#Server = http://server.elsistech.com/archlinux/$repo/os/i686
# - Ukraine
#Server = ftp://hell.org.ua/archlinux/$repo/os/i686
#Server = ftp://ftp.linux.kiev.ua/pub/Linux/ArchLinux/$repo/os/i686
# Asia
# - Israel
#Server = http://mirror.isoc.org.il/pub/archlinux/$repo/os/i686
# Australia
#Server = ftp://mirror.pacific.net.au/linux/archlinux/$repo/os/i686
#Server = ftp://mirror.aarnet.edu.au/pub/archlinux/$repo/os/i686
# Setup-Entry
Server = http://mirrors.easynews.com/linux/archlinux/$repo/os/i686
Ho and I really like Arch, I just need to know this distribution better.
And thanks for the help
Last edited by odf (2008-07-18 19:26:44)

Not sure why typing 'gimp' is bringing up 'gimpshop', but anyhoo...
I just punched in 'http://mirrors.easynews.com/linux/archl … po/os/i686' into Epiphany and it 404's, so I'd assume it's down at the mo. Meantime, if you go into your mirrorlist and uncomment whichever 'Server = *' is closest to you (you could just do any of them, but the nearest ones will give you better performance) and comment out that bottom line.
All going to plan, that should sort it.
Last edited by ThomasBisset (2008-07-18 00:24:54)

Similar Messages

  • [Solved]error: 'xorg': not found in sync db

    I'm trying to install Gnome onto this computer of mine using the instructions http://wiki.archlinux.org/index.php/Des … e_X_server. But when I type "sudo pacman -S xorg" I get "error: 'xorg': not found in sync db".
    Last edited by jordanwb (2008-07-03 21:56:49)

    Solved. "sudo pacman -Syu"

  • [solved] error: 'gstreamer': not found in sync db

    hi, i just did an -Syu and now i cant play videos with vlc!! it cant find the decoder!! For some reason, pacman cant find any gstreamer packages in the repos!!
    how do i solve this??
    [root@ArchLinux danny]# pacman -Ss gst
    [root@ArchLinux danny]# pacman -Sy gstreamer
    :: Synchronising package databases...
    core is up to date
    extra is up to date
    community is up to date
    gstreamer package not found, searching for group...
    error: 'gstreamer': not found in sync db
    [root@ArchLinux danny]#
    [root@ArchLinux danny]# pacman -Qs gstreamer
    local/gstreamer0.10 0.10.25-1
    GStreamer Multimedia Framework
    local/gstreamer0.10-base 0.10.25-1
    GStreamer Multimedia Framework Base plugin libraries
    local/gstreamer0.10-base-plugins 0.10.25-1 (gstreamer0.10-plugins)
    GStreamer Multimedia Framework Base Plugins (gst-plugins-base)
    local/gstreamer0.10-ffmpeg 0.10.9-1 (gstreamer0.10-plugins)
    Gstreamer FFMpeg Plugin
    local/gstreamer0.10-good 0.10.17-2
    GStreamer Multimedia Framework Good plugin libraries
    local/gstreamer0.10-good-plugins 0.10.17-2 (gstreamer0.10-plugins)
    GStreamer Multimedia Framework Good Plugins (gst-plugins-good)
    local/gstreamer0.10-python 0.10.17-1
    Python bindings for GStreamer 0.10
    local/gstreamer0.10-ugly 0.10.13-3
    GStreamer Multimedia Framework Ugly plugin libraries
    local/gstreamer0.10-ugly-plugins 0.10.13-3 (gstreamer0.10-plugins)
    GStreamer Multimedia Framework Ugly Plugins (gst-plugins-ugly)
    [root@ArchLinux danny]#
    Last edited by ninjaprawn (2010-02-11 20:49:03)

    wonder wrote:because the actual name is gstreamer0.10. the only thing that is missing is gstreamer0.10-bad-plugins and you might want to install them.
    hmmmmmm, I don't know? surely, if I do pacman -Ss gst, it should be listed from the repo in the output then?? As you can see from my first post, it isn't!!

  • Install error: "error: 'abs': not found in sync db"

    Hello Im trying to do an install and when i select the packages then go to install it says it cant download packages and this is the error showing up in vt5:
    error: 'abs': not found in sync db
    my net is working fine so im not sure whats up if anyone could help that would be great..
    thanks

    unselect ABS from the package selection and try again.
    Then install the abs package from the completed base install.

  • [solved] error: 'kernel26': not found in sync db

    I'm having a strange issue - pacman -S kernel26 returns:
    kernel26 package not found, searching for group...
    error: 'kernel26': not found in sync db
    pacman -Sg base:
    pacman -Sg base
    base libfetch
    base shadow
    package databases are up to date, tried different mirrors.
    pacman -Sy:
    :: Synchronizing package databases...
    testing is up to date
    core is up to date
    extra is up to date
    community is up to date
    here's my pacman.conf:
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    HoldPkg = pacman glibc
    # If upgrades are available for these packages they will be asked for first
    SyncFirst = pacman
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #XferCommand = /usr/bin/curl %u > %o
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg = wesnoth
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options (all disabled by default)
    #NoPassiveFtp
    #UseSyslog
    #ShowSize
    #UseDelta
    #TotalDownload
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # Testing is disabled by default. To enable, uncomment the following
    # two lines. You can add preferred servers immediately after the header,
    # and they will be used before the default mirrors.
    [testing]
    Include = /etc/pacman.d/mirrorlist
    [core]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    [extra]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    #[kdemod-core]
    #Server = http://mirrors.igprolin-online.org/pub/kdemod/core/i686
    #[kdemod-extragear]
    #Server = http://mirrors.igprolin-online.org/pub/kdemod/extragear/i686
    [community]
    # Add your preferred servers here, they will be used first
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #Server = file:///home/custompkgs
    Last edited by schuay (2009-04-23 10:12:42)

    schuay wrote:thanks, that helped.
    i had to do a couple of hard reboots recently, could that have been the cause?
    Yes, I think your local pacman database was corrupted - some files were probably missing. For instance on ext4 filesystem, it can take 30 seconds (by default) until the data is written from cache to the disk. If you hard reboot during that time, the files can go missing.

  • Cannot install pybliographer: python-bibtex not found [SOLVED]

    I am trying to install an application 'pybliographer'
    https://aur.archlinux.org/packages.php?ID=3770
    I downloaded the tarball and untared it. But on running the command 'makepkg -s' I am getting following error:
    [abcd@myhost pybliographer]$ makepkg -s
    ==> Making package: pybliographer 1.2.14-1 (Fri May 25 12:03:15 IST 2012)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: python-bibtex
    ==> ERROR: 'pacman' failed to install missing dependencies.
    [abcd@myhost pybliographer]$
    I am not able to locate python-bibtex in packages or in AUR. Please help.
    Last edited by rnarch (2012-05-28 07:28:31)

    Actually the problem is not yet fully solved. I tried again the command 'packer-color -S pybliographer' and there is another error:
    Dependency `scrollkeeper' of `pybliographer' does not exist.
    $ packer-color -S scrollkeeper
    Package `scrollkeeper' does not exist.
    I searched for scrollkeeper with command 'packer-color -Ss scrollkeeper' and the output was:
    extra/rarian 0.8.1-2
        Documentation meta-data library, designed as a replacement for Scrollkeeper.
    I tried installing rarian, but pybliographer wants only scrollkeeper.
    I could easily install and run pybliographer in ubuntu, so apparently the project itself is still viable.

  • Cannot download PS6- error 'file not found'. PS CC downloads fine.

    getting error 'file not found' when try download PS 6 on CC website.  PS CC downloaded fine using CC app but
    PS 6 is not available when using app.

    Hi cbcart,
    Please try downloading Photoshop CS6 from the mentioned link: http://helpx.adobe.com/x-productkb/policy-pricing/cs6-product-downloads.html.
    Regards,
    Romit Sinha

  • [SOLVED] Make Bash Completion Error (Command Not Found)

    When attempting to tab complete the `make` command, I am met with the following when I hit tab:
    $ make s[tab]bash: 23:set: command not found
    Strangely, if I continue hitting tab, it seems to work eventually, but with the same error popping up:
    $ make s[tab]bash: 23:set: command not found
    ched.[tab]bash: 23:set: command not found
    [tab]bash: 23:set: command not found
    sched.1.gz sched.tar.gz
    $ make sched.
    I've never seen anything like this.  I've tried reinstalling bash completion and make to no success.  The Makefile itself is fine and functional.  Other programs' bash completions seem to work just fine.  Help!
    Last edited by goakley (2014-03-23 13:56:50)

    It seems the problem no longer occurs.  The only change that seems to have happened is a bash-completion upgrade that happened yesterday.  I'm a bit disappointed to have not found the actual issue.

  • [SOLVED] Cannot install python per instructions in Beginner's Guide.

    So, the overview:
    I just finished installing as per the Beginner's Guide and have logged in as root.
    I've enabled a couple mirrors in /etc/pacman.d/mirrorlist
    Doing NOTHING ELSE I run the following command: "pacman -Sy" python and the result:
    python package not found, searching for group...
    error: 'python': not found in sync db
    After that I tried another suggestion I saw here on the forum: pacman -Sy and then pacman -Syy
    Nothing. I thought maybe I botched something on the install, so I did it again. Same result. I cannot get pacman to install python (or ruby) or anything.
    What gives?
    Last edited by cult hero (2010-01-10 04:51:42)

    Yes. If no mirrors are uncommented a different error comes up. (no servers configured for repository)
    error: failed to syncronize any databases

  • [SOLVED] pacman error: database not found (during an install)

    i am trying to install an app
    when installing
    # pacman -S /path/to/dir/app.tar.gz
    error: database not found
    when i look inside the tar, theres only one file, app.bin
    im sure its some fundamental that im missing.  so i have to makepkg first , or am i missing a command during the intallation, or is the file broken?
    Last edited by wolfdogg (2011-06-04 05:50:09)

    well, im geting some errors with the program, im wondering if i need to make a package?  i think i will try that next.
    heres the beginning of the log, Java errors mainly
    eclipse.buildId=unknown
    java.version=1.5.0_11
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
    Command-line arguments:  -os linux -ws gtk -arch x86
    !ENTRY org.eclipse.equinox.ds
    !MESSAGE
    !STACK 0
    org.osgi.framework.BundleException: The bundle could not be resolved. Reason: Missing Constraint: Import-Package: org.eclipse.equinox.internal.util.event; version="1.0.0"
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolverError(AbstractBundle.java:1313)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.getResolutionFailureException(AbstractBundle.java:1297)
        at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:309)
        at org.eclipse.osgi.framework.internal.core.AbstractBundle.resume(AbstractBundle.java:370)
        at org.eclipse.osgi.framework.internal.core.Framework.resumeBundle(Framework.java:1068)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:464)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:248)
        at org.eclipse.osgi.framework.internal.core.StartLevelManager.dispatchEvent(StartLevelManager.java:445)
        at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:227)
        at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:337)
    ok, i downloaded a different binary of this program, and it installed successfully.  thanks for the help
    Last edited by wolfdogg (2011-06-04 05:49:37)

  • Error: Preset not found: '/etc/mkinitcpio.d/linux.preset' [Solved]

    Hi
    I tried to initial RAM disk with and got error message
    [root@archiso /]# mkinitcpio -p linux
    ==> ERROR; Preset not found: '/etc/mkinitcpio.d/linux.preset'
    And I found some answers but one said
    ALARM doesn't use an uInitrd.
    and another said I have to be install kernel26.
    How I can solve this?
    Last edited by rob111 (2013-08-31 17:41:46)

    rob111 wrote:I can switch between [root@archiso /] and root@archiso ~ #.
    This is confusing given this report. Could you confirm exactly the prompt you have when you try to run the configuration commands such as mkinitcpio -p linux.
    Because, as Trilby says, if you really have successfully installed base and base-devel and chrooted into the system, you should not be seeing these errors. Also, I am pretty sure that you should not have needed to verify the master key manually. When Arch first introduced signing, manual verification of keys was required but I am almost certain that is no longer the case. So something is almost certainly wrong at an earlier stage and you need to fix that, as Trilby says, before moving onto the next stage.
    EDIT: "As Trilby says" should now read "as Trilby says again" - I'm too slow.
    Last edited by cfr (2013-08-25 22:57:40)

  • Error 404--Not Found - After Installing Essbase 11.1.2.2

    Hi,
    I have experienced error.
    I have one box of EPM 11.1.2.2, using Windows 2008. After installing Foundation and configuring it, there's no problem at all. I can open workspace and interop as well.
    However I added Essbase, installing and configuring it. But after installing Essbase, I managed to turn on Hyperion Shared Service again, it didn't work.
    The error says:
    Error 404--Not Found
    From RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.4.5 404 Not Found
    The server has not found anything matching the Request-URI. No indication is given of whether the condition is temporary or permanent.
    If the server does not wish to make this information available to the client, the status code 403 (Forbidden) can be used instead. The 410 (Gone) status code SHOULD be used if the server knows, through some internally configurable mechanism, that an old resource is permanently unavailable and has no forwarding address.
    What I have done is reconfiguring Shared Service, Essbase also. But no luck at all.
    Does anybody have the clue, please advise. Thanks.

    Hi John,
    I got error like this on the log:
    <Jun 15, 2012 1:06:18 AM ICT> <Info> <Security> <BEA-090905> <Disabling CryptoJ JCE Provider self-integrity check for better startup performance. To enable this check, specify -Dweblogic.security.allowCryptoJDefaultJCEVerification=true>
    <Jun 15, 2012 1:06:18 AM ICT> <Info> <Security> <BEA-090906> <Changing the default Random Number Generator in RSA CryptoJ from ECDRBG to FIPS186PRNG. To disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
    <Jun 15, 2012 1:06:18 AM ICT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\audit-client.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\css.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\ctg_custom.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\ldapbp.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\opencsv-1.8.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\registry-api.jar;C:\Oracle\Middleware\user_projects\domains\EPMSystem\lib\wlpool.jar>
    <Jun 15, 2012 1:06:19 AM ICT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Oracle JRockit(R) Version R28.2.0-79-146777-1.6.0_29-20111005-1808-windows-x86_64 from Oracle Corporation>
    <Jun 15, 2012 1:06:20 AM ICT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.6.0 Tue Nov 15 08:52:36 PST 2011 1441050 >
    <Jun 15, 2012 1:06:22 AM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jun 15, 2012 1:06:22 AM ICT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Jun 15, 2012 1:06:22 AM ICT> <Notice> <Log Management> <BEA-170019> <The server log file C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\logs\EPMServer0.log is opened. All server side log events will be written to this file.>
    <Jun 15, 2012 1:06:58 AM ICT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Jun 15, 2012 1:06:58 AM ICT> <Notice> <Security> <BEA-090083> <Storing boot identity in the file: C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\security\boot.properties>
    <Jun 15, 2012 1:07:12 AM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Jun 15, 2012 1:07:12 AM ICT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Jun 15, 2012 1:07:15 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:07:43 AM ICT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\Middleware\EPMSystem11R1\products\Essbase\aps\AppServer\InstallableApps\Common\aps.ear/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Jun 15, 2012 1:07:43 AM ICT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element application in the deployment descriptor in C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\tmp\servers\EPMServer0\tmp\_WL_user\APS_11.1.2.0\mizf54/META-INF/application.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Jun 15, 2012 1:07:45 AM ICT> <Warning> <Munger> <BEA-2156203> <A version attribute was not found in element web-app in the deployment descriptor in C:\Oracle\Middleware\user_projects\domains\EPMSystem\servers\EPMServer0\tmp\servers\EPMServer0\tmp\_WL_user\SHAREDSERVICES_11.1.2.0\dt7o9d\interop.war/WEB-INF/web.xml. A version attribute is required, but this version of the Weblogic Server will assume that the JEE5 is used. Future versions of the Weblogic Server will reject descriptors that do not specify the JEE version.>
    <Jun 15, 2012 1:08:10 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:11 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    COMP ID = oracle.EPMOHPS
    Hyperion Provider Services - Release 11.1.2.2.100.2167
    Copyright (c) 1991, 2012 Oracle and / or its affiliates. All rights reserved.
    connection mode : HTTP
    essbase.properties: C:\Oracle\Middleware\EPMSystem11R1/common/EssbaseJavaAPI/11.1.2.0/bin/essbase.properties
    java System properties -DESS_ES_HOME: C:\Oracle\Middleware\EPMSystem11R1/common/EssbaseJavaAPI/11.1.2.0
    <Jun 15, 2012 1:08:12 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <HTTP> <BEA-101216> <Servlet: "JAPI" failed to preload on startup in Web application: "/aps".
    javax.servlet.ServletException: Cannot initialize Provider Services server framework.
         at com.essbase.server.plugins.http.EssbaseEnterprise.init(Unknown Source)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'APS [Version=11.1.2.0]'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "JAPI" failed to preload on startup in Web application: "/aps".
    javax.servlet.ServletException: Cannot initialize Provider Services server framework.
         at com.essbase.server.plugins.http.EssbaseEnterprise.init(Unknown Source)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: javax.servlet.ServletException: Cannot initialize Provider Services server framework.
         at com.essbase.server.plugins.http.EssbaseEnterprise.init(Unknown Source)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:13 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    Essbase® Administration Services - Version 11.1.2.2.100.2176
    Copyright © 1991, 2012 Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. No portion hereof may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopying, recording, or information storage and retrieval systems, for any purpose other than the recipient's personal use, without the express written permission of Oracle.
    US Patent Number 5,359,724
    US Patent Number 6,317,750
    Current time stamp: Fri Jun 15 01:08:14 ICT 2012
    Server started successfully
    Waiting for client requests
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:14 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:15 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:15 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:16 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:18 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    **********Getting connection from hub connection pool..Testing JNDI connection....
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <HTTP> <BEA-101216> <Servlet: "WorkflowEngine" failed to preload on startup in Web application: "interop".
    javax.servlet.ServletException: DSF initalization error null
         at com.hyperion.cesdsf.server.framework.DsfServer.init(DsfServer.java:64)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:19 AM ICT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'SHAREDSERVICES [Version=11.1.2.0]'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "WorkflowEngine" failed to preload on startup in Web application: "interop".
    javax.servlet.ServletException: DSF initalization error null
         at com.hyperion.cesdsf.server.framework.DsfServer.init(DsfServer.java:64)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         at weblogic.servlet.internal.StubLifecycleHelper.createOneInstance(StubLifecycleHelper.java:58)
         at weblogic.servlet.internal.StubLifecycleHelper.<init>(StubLifecycleHelper.java:48)
         at weblogic.servlet.internal.ServletStubImpl.prepareServlet(ServletStubImpl.java:539)
         at weblogic.servlet.internal.WebAppServletContext.preloadServlet(WebAppServletContext.java:1981)
         at weblogic.servlet.internal.WebAppServletContext.loadServletsOnStartup(WebAppServletContext.java:1955)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:261)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:220)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1520)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         Truncated. see log file for complete stacktrace
    Caused By: javax.servlet.ServletException: DSF initalization error null
         at com.hyperion.cesdsf.server.framework.DsfServer.init(DsfServer.java:64)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.StubSecurityHelper.createServlet(StubSecurityHelper.java:64)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <JDBC> <BEA-001112> <Test "select count(*) from HSS_COMPONENT_TYPES" set up for pool "EPMSystemRegistry" failed with exception: "java.sql.SQLSyntaxErrorException: ORA-00942: table or view does not exist
    ".>
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <HTTP> <BEA-101216> <Servlet: "prefs" failed to preload on startup in Web application: "workspace".
    EPMCSS-00001: Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
         at com.hyperion.css.registry.RegistryManager.initRegistry(RegistryManager.java:111)
         at com.hyperion.css.registry.RegistryManager.<init>(RegistryManager.java:95)
         at com.hyperion.css.registry.RegistryManager.getInstance(RegistryManager.java:134)
         at com.hyperion.css.CSSSystemFactory.getCSSMode(CSSSystemFactory.java:103)
         at com.hyperion.css.CSSSystemFactory.getCSSSystem(CSSSystemFactory.java:71)
         Truncated. see log file for complete stacktrace
    >
    <Jun 15, 2012 1:08:20 AM ICT> <Error> <Deployer> <BEA-149231> <Unable to set the activation state to true for the application 'WORKSPACE [Version=11.1.2.0]'.
    weblogic.application.ModuleException: [HTTP:101216]Servlet: "prefs" failed to preload on startup in Web application: "workspace".
    EPMCSS-00001: Failed to initialize EPM Shared Services security instance. Component SYSTEM9/FOUNDATION_SERVICES_PRODUCT/SHARED_SERVICES_PRODUCT is null in EPM System Registry. Verify EPM System Registry configuration.
         at com.hyperion.css.registry.RegistryManager.initRegistry(RegistryManager.java:111)
         at com.hyperion.css.registry.RegistryManager.<init>(RegistryManager.java:95)
         at com.hyperion.css.registry.RegistryManager.getInstance(RegistryManager.java:134)
         at com.hyperion.css.CSSSystemFactory.getCSSMode(CSSSystemFactory.java:103)
         at com.hyperion.css.CSSSystemFactory.getCSSSystem(CSSSystemFactory.java:71)
         at com.hyperion.css.CSSSystem.initCSSSystem(CSSSystem.java:318)
         at com.hyperion.css.CSSSystem.getInstance(CSSSystem.java:272)
         at com.oracle.workspace.Repository$PrefsStore.initialize(Repository.java:2917)
         at com.hyperion.bpm.prefs.PrefsServlet.init

  • [SOLVED] error: target not found: from multiple applications

    I wanted to install skype on my fresh arch OS. I tried with
    sudo pacman -S skype
    but I got:
    error: target not found: skype
    . Even though I can find skype here: https://www.archlinux.org/packages/mult … _64/skype/ on the arch website, I can't find it with pacman -S. This would be also a question ...
    I downloaded the x86 package for my system, and used
    sudo pacman -U skype-4.2.0.11-3-x86_64.pkg.tar.xz
    , but ... I got this:
    loading packages...
    resolving dependencies...
    warning: cannot resolve "lib32-qt4", a dependency of "skype"
    warning: cannot resolve "lib32-alsa-lib", a dependency of "skype"
    warning: cannot resolve "lib32-libxss", a dependency of "skype"
    warning: cannot resolve "lib32-libxv", a dependency of "skype"
    warning: cannot resolve "lib32-libxcursor", a dependency of "skype"
    warning: cannot resolve "lib32-v4l-utils", a dependency of "skype"
    :: The following package cannot be upgraded due to unresolvable dependencies:
    skype
    :: Do you want to skip the above package for this upgrade? [y/N]
    I said ... ok, I will probably install pidgin, and install some kind of skype plugin, but now ... I tried to install teamviewer from AUR, with this command
    sudo yaourt teamviewer
    I choosed the second package which is the original teamviewer package not some kind of plugin, but ... I got this:
    ==> Edit teamviewer.install with: nano
    ==> Continue building teamviewer ? [Y/n]
    ==> ------------------------------------
    ==>
    ==> Building and installing package
    ==> Install or build missing dependencies for teamviewer:
    error: target not found: lib32-freetype2
    error: target not found: lib32-alsa-lib
    error: target not found: lib32-zlib
    error: target not found: lib32-libxdamage
    error: target not found: lib32-gcc-libs
    error: target not found: lib32-libxtst
    ==> Restart building teamviewer ? [y/N]
    I am pretty sure there is a solution for this ... because I don't want to sit all day, trying to install an application.
    Waiting for your suggestions guys.
    PS: I've also tried to install for example, for skype, the lib32-qt4 library, but it's already installed, don't know what's happening.
    Last edited by icebox (2013-09-27 09:36:47)

    multilib is enabled from /etc/pacman.conf, but it's still the same. Also, as mentioned I got this error also with teamviewer not only skype, and I will probably get it another 1000 of times, since I tried to install only 5 applications until now
    This is the /etc/pacman.conf file:
    # /etc/pacman.conf
    # See the pacman.conf(5) manpage for option and repository directives
    # GENERAL OPTIONS
    [options]
    # The following paths are commented out with their default values listed.
    # If you wish to use different paths, uncomment and update the paths.
    #RootDir = /
    #DBPath = /var/lib/pacman/
    #CacheDir = /var/cache/pacman/pkg/
    #LogFile = /var/log/pacman.log
    #GPGDir = /etc/pacman.d/gnupg/
    HoldPkg = pacman glibc
    #XferCommand = /usr/bin/curl -C - -f %u > %o
    #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
    #CleanMethod = KeepInstalled
    #UseDelta = 0.7
    Architecture = auto
    # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
    #IgnorePkg =
    #IgnoreGroup =
    #NoUpgrade =
    #NoExtract =
    # Misc options
    #UseSyslog
    #Color
    #TotalDownload
    CheckSpace
    #VerbosePkgLists
    # By default, pacman accepts packages signed by keys that its local keyring
    # trusts (see pacman-key and its man page), as well as unsigned packages.
    SigLevel = Required DatabaseOptional
    LocalFileSigLevel = Optional
    #RemoteFileSigLevel = Required
    # NOTE: You must run `pacman-key --init` before first using pacman; the local
    # keyring can then be populated with the keys of all official Arch Linux
    # packagers with `pacman-key --populate archlinux`.
    # REPOSITORIES
    # - can be defined here or included from another file
    # - pacman will search repositories in the order defined here
    # - local/custom mirrors can be added here or in separate files
    # - repositories listed first will take precedence when packages
    # have identical names, regardless of version number
    # - URLs will have $repo replaced by the name of the current repo
    # - URLs will have $arch replaced by the name of the architecture
    # Repository entries are of the format:
    # [repo-name]
    # Server = ServerName
    # Include = IncludePath
    # The header [repo-name] is crucial - it must be present and
    # uncommented to enable the repo.
    # The testing repositories are disabled by default. To enable, uncomment the
    # repo name header and Include lines. You can add preferred servers immediately
    # after the header, and they will be used before the default mirrors.
    [archlinuxfr]
    Server = http://repo.archlinux.fr/$arch
    #[testing]
    #Include = /etc/pacman.d/mirrorlist
    [core]
    Include = /etc/pacman.d/mirrorlist
    [extra]
    Include = /etc/pacman.d/mirrorlist
    #[community-testing]
    #Include = /etc/pacman.d/mirrorlist
    [community]
    Include = /etc/pacman.d/mirrorlist
    # If you want to run 32 bit applications on your x86_64 system,
    # enable the multilib repositories as required here.
    #[multilib-testing]
    #Include = /etc/pacman.d/mirrorlist
    [multilib]
    Include = /etc/pacman.d/mirrorlist
    # An example of a custom package repository. See the pacman manpage for
    # tips on creating your own repositories.
    #[custom]
    #SigLevel = Optional TrustAll
    #Server = file:///home/custompkgs

  • Networkless install gives "not found in sync db" error

    I'm trying to install on a laptop which whose network drivers are not in the install kernel and which doesn't have a cd. All files have to be transferred by usb till I can get it up and running and install the drivers.
    I got the machine to boot from the network (pxeboot) and got into the install shell without any problems. On another machine I downloaded the current core iso, mounted it and copied all the packages to a usb disk which I then mounted as /src/arch/pkg on the laptop.
    When doing step 2 of the install I got an error that it couldn't find /src/arch/pkg/setup so I created that directory, the errors went away but I then didn't get any packages in the package list. I tried mounting the package disk as /src/arch/pkg/setup and then tried again. This time I got a list of packages. I selected them all and went to step 3.
    At this point it tries to access the network to refresh the package database, fails and gives me the error:
    error: 'acl-2.2.47': not found in sync db
    Looking in VT5 I get
    error: failed to retrieve file 'current.db.tar.gz' from : No such file or directory
    error: filed to synchronize current: no such file or directory
    error: filed to synchronize any databases
    Have I done something wrong? Having to create the setup directory feels wrong, I thought I just put the packages in /src/arch/pkg so I'm guessing that that may have something to do with it.
    If not, how can I get round this? Can I create a database and drop it on the machine?

    unselect ABS from the package selection and try again.
    Then install the abs package from the completed base install.

  • Error target not found base-level failed to install the packages

    Im trying to install arch on my Virtualbox VM and its just returning:
    error target not found base-level failed to install the packages to new root
    What do I do? I have selected the right mirrors, pinging google, my own VPS's and a few other servers and they all pinged fine. Any ideas on whats up? Think my VPN's IP has been blocked and thats why I cant download anything? I have tried pacman -Ssy and it worked fine but still no.

    Please read the following and follow the advice included:
    https://bbs.archlinux.org/viewtopic.php?id=57855
    With that, be sure to clarify whether the typo was just here on the forum, or whether it was also in your original command.  If it was in your original command, that would explain your results.

Maybe you are looking for

  • How to Enable Compare.api in Acrobat X

    I have purchased and installed Acrobat X ver 10.1.1 and would like to use the compare feature.  When I select the View dropdown menu where this feature should be listed I do not see it there.  I then went to Help -> About Adobe Plugins and saw that t

  • IPhoto 8.1 Garmin Oregon 550t map display problem

    I am trying to view photos captured by a Garmin Oregon 550t in iPhoto. The locations shown on the map are wrong. Further investigation of the previously reported problem with iPhoto 8.1 displaying incorrect location information in the map display rev

  • Network Life cycle Mangt

    Hi, How can we activate or view the module SAP Demand and Supply Planning for telecommunications? I am looking for Network Life-Cycle management for telecommunication domain. Can any one help me whether this comes under standard SAP? Can we just acti

  • Zen Touch - Unable to scroll

    I know this topic was addressed in an earlier thread, but I was unable to read the entire thread (see "Zen Touch- Can't Scroll Up!?!?). Hoping somebody can help me out My Zen Touch will not allow to scroll up. It even scrolls down when I want to go u

  • 9.1.1 just lost all photos - HELP!

    Re iPhoto 9.1.1 (527). iPhoto just prompted to convert/update library. Initial message stated that some files were not accessible and asked to repair permissions. Indicated that process could take an hour or more for large libraries, but zipped throu