Missing ICON files at RUNTIME

Hello,
I create a toolbar with a number of icons converted to GIF file format in ORacle 9i (IDS Forms Builder)
The problem is, I put all my icon GIF files in the directoty specified in the technical documetnation for migration.
At runtime, none of my GIF files appear on my toolbar.
What is missing ?
PT

Hello,
I still am having problems to display the icons to my toolbar in my forms at runtime and in my Oracle 9i iDS. Here are the entries specified in my REGISTRY.DAT file :
default.icons.iconpath=http://192.9.200.100:8888/forms90/images/
default.icons.iconextension=GIF
All my GIF files used for my toolbars are located in the .../forms90/images sub-folder.
Any comments are appreciated ..
PT
PS: I installed Oracle Forms/Reports Services 10g with an Oracle 9i (9.2.0.4) database on my Linux Red Hat Enterprise 3 (ES) server. I am having problesm invoking my forms/reports over the web.
Copied *.fmx files in the <Oracle Home>/forms90/f90servlet subfolder. And I can't find the registry.dat file on my server.
Where should it be located ?
Any ideas how I can invoke my forms/reports over the web from my linux box ?

Similar Messages

  • Problem creating air file with missing icon files

    Ok, I am trying to create an air file, and getting some errors.
    First, I am trying to create the air file using:
    C:\IBM\...\air\notifier>C:\air\sdk\bin\adt -package -storetype pkcs12 -keystore ../vl.pfx vl.air application.xml
    My application.xml file for the icons appears as:
    <icon>
    <image128x128>resources/icons/vl128.png</image128x128>
    <image48x48>resources/icons/vl48.png</image48x48>
    <image32x32>resources/icons/vl32.png</image32x32>
    <image16x16>resources/icons/vl16.png</image16x16>
    </icon>
    The file paths are configured as:
    air/notifier
         application.xml
         main.html
    air/resources/icons
         vl128.png
         vl16.png
         vl32.png
         vl48.png
    I get the following error:
    C:\IBM\workspace\VectorLiveWeb\WebContent\air\notifier\application.xml(19): error 303: Icon resources/icons/vectorlive128.png is missing from package
    C:\IBM\workspace\VectorLiveWeb\WebContent\air\notifier\application.xml(20): error 303: Icon resources/icons/vectorlive48.png is missing from package
    C:\IBM\workspace\VectorLiveWeb\WebContent\air\notifier\application.xml(21): error 303: Icon resources/icons/vectorlive32.png is missing from package
    C:\IBM\workspace\VectorLiveWeb\WebContent\air\notifier\application.xml(22): error 303: Icon resources/icons/vectorlive16.png is missing from package
    I tried using the -C command to include ../resources/icons/. - but still get the error, can anyone provide any assistance as to how I can make the .air file?
    Thank you,
    JJ

    Another thing I learned is that you might have the icon file embeded in the application somewhere and that removes it from the include in AIR package screen.That shows the same 303 error. See more detalis here : http://spy6.blogspot.com/2009/10/error-creating-air-file-303error-some.html

  • Front panel class objects are missing their icons in the runtime engine

    I have this project that contain some class objects. When run in the developer environment, the icons appear fine.
    However when I build as an executable and run it in the runtime engine, the icons are missing.
    These missing icons are purely cosmetic and the underlying logic works without a problem. Is there anyway to get these icons to display when built as an executable?

    Known issue, see http://lavag.org/topic/12980-class-control-icon-not-shown-in-run-time/
    EDIT: have you considered just making that control invisible?  Takes a bit of manipulation of property nodes and references but you can do it as shown:

  • Corrupt File names & missing icons

    I have three networked macs. 2 running 10.5.2 and one running 10.4.11. All of them access a LACIE network drive. The leopard macs show some folders with corrupt names. The tiger mac has no problem. The leopard macs have many files showing the gray missing icon. The 10.4.11 mac again shows all icons. This appeared to happen with the update from 10.5.1 to 10.5.2.

    did you find a solution? am having same problem with leopard 'converting' all file names with symbols [*/ etc] to strange new names. the macs with 10.4 still see names as they should be. any tips?
    thanks

  • IOS Application Loader Error itms-9000 and Missing recommended icon file

    Hi friends.
    I'm using Windows 7 Ultimate. and I have Mac os x Mountain Lion on VMware Application.
    I'm using Air SDK 14.0.0.103 or Air SDK 13.0.0.111 or Air SDK 4.0.0.1390 on Flash CC & Flash CS6
    I have tried this air sdk and flash program. When I compiler on windows with this sdk and flash program. iPa file created on windows.
    After, when I upload my app to apple with application laoder, but on mountain lion in VMware..
    Verifying assets to itunes... etc..
    This errors.
    I have tried so much. But I cant solve this problem. Because I cant find other icon files? on this screenshots.

    Yes I have uploaded [email protected] file.
    I have sent application loader to Apple.
    But I have taken a email.
    Improper Advertising Identifier [IDFA] Usage. Your app contains the Advertising Identifier [IDFA] API but you have not indicated its usage on the Prepare for Upload page in iTunes Connect.
    Though you are not required to fix the following issues, we wanted to make you aware of them:
    Missing recommended icon file - The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0.
    Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.
    Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '76x76' pixels, in .png format for iOS versions >= 7.0
    How can I solve my other problems?

  • Version Mismatch and Missing recommended icon file

    I got these to error message when i upload my app. Can someone help me figure this out please
    Thx
    Version Mismatch - Neither CFBundleVersion ['30.3.0.5.96880'] nor CFBundleShortVersionString ['1.0.4'] in the Info.plist match the version of the app set in iTunes Connect ['1.0'].
    Missing recommended icon file - The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.

    The first one is a specific as it can possibly be. If you don’t want to add the icon then don’t but it could cause things to look a bit poor on retina devices.
    The second one can safely be ignored.

  • Displaying Icons in 10g runtime (On Linux RHEL 5)

    Hi, I've read several threads on here about displaying Icons in 10g runtime.
    Currently, I am able to get the Icons to work on my localhost Windows machine and the icons display fine.
    However, my icons are not displaying when I copy them over to the Linux machine. My forms compile correctly. I've made sure they were case-sensitive.
    I modified the Registry.dat file to point to the path where I so tried the icons (in my case, /home/OraHome_1/yb/ico, where I've put all my icons in a file called icons.jar).
    I also modified the default.env file to point the CLASSPATH to this directory as well.
    Am I missing something on Linux, because this works on Windows.
    Thanks,
    Chris

    I do not remember making changes to the CLASSPATH, either way it would be good that you double check your steps against the metalink note 232413.1 - How to Deploy Iconic Images via a JAR File in Forms 9i/10g.
    As a reference, you can also take a look at this thread icons not displaying in oracle forms.

  • [Xfce] Missing icons after upgrade

    Hello,
    I'm experiencing problem with missing icons from xfce: clipboard manager, default web browser icon, folder icon, disc icon, local area network icon, zoom icons etc. I can't see them while using Oxygen style (which I want to use) but they appear in GNOME or HighContrast icon themes. I'm changing icon themes via Xfce's settings manager. I have 2 Oxygen positions there but it always was like that. In some applications the icons are just missing, but in some they appear as blank sheets of paper with red crossed circle.
    It worked before the update:
    [2013-10-01 00:14] [PACMAN] Running 'pacman -Syu'
    [2013-10-01 00:14] [PACMAN] synchronizing package lists
    [2013-10-01 00:14] [PACMAN] starting full system upgrade
    [2013-10-01 00:14] [PACMAN] upgraded hplip (3.13.9-1 -> 3.13.9-2)
    [2013-10-01 00:15] [PACMAN] upgraded p7zip (9.20.1-7 -> 9.20.1-8)
    [2013-10-01 00:15] [PACMAN] upgraded rsync (3.0.9-6 -> 3.1.0-1)
    [2013-10-11 19:06] [PACMAN] Running 'pacman -Syu'
    [2013-10-11 19:06] [PACMAN] synchronizing package lists
    [2013-10-11 19:06] [PACMAN] starting full system upgrade
    [2013-10-11 19:16] [PACMAN] removed heirloom-mailx (12.5-3)
    [2013-10-11 19:16] [PACMAN] upgraded akonadi (1.10.2-1 -> 1.10.3-1)
    [2013-10-11 19:16] [PACMAN] upgraded libffi (3.0.13-3 -> 3.0.13-4)
    [2013-10-11 19:16] [PACMAN] upgraded glib2 (2.36.4-1 -> 2.38.0-1)
    [2013-10-11 19:16] [PACMAN] upgraded at-spi2-core (2.8.0-1 -> 2.10.0-1)
    [2013-10-11 19:16] [PACMAN] upgraded atk (2.8.0-1 -> 2.10.0-1)
    [2013-10-11 19:16] [PACMAN] upgraded at-spi2-atk (2.8.1-1 -> 2.10.0-1)
    [2013-10-11 19:16] [PACMAN] upgraded bchunk (1.2.0-3 -> 1.2.0-4)
    [2013-10-11 19:16] [PACMAN] upgraded pango (1.34.1-1 -> 1.36.0-1)
    [2013-10-11 19:16] [PACMAN] upgraded gdk-pixbuf2 (2.28.2-1 -> 2.30.0-1)
    [2013-10-11 19:16] [PACMAN] upgraded gtk-update-icon-cache (2.24.20-1 -> 2.24.22-1)
    [2013-10-11 19:16] [PACMAN] upgraded gtk2 (2.24.20-1 -> 2.24.22-1)
    [2013-10-11 19:16] [PACMAN] upgraded nspr (4.10-2 -> 4.10.1-1)
    [2013-10-11 19:16] [PACMAN] upgraded nss (3.15.1-1 -> 3.15.2-1)
    [2013-10-11 19:16] [PACMAN] upgraded kbd (2.0.0-1 -> 2.0.0-2)
    [2013-10-11 19:16] [ALPM] warning: directory permissions differ on /var/log/journal/
    filesystem: 755 package: 2755
    [2013-10-11 19:16] [PACMAN] upgraded systemd (207-5 -> 208-1)
    [2013-10-11 19:16] [PACMAN] upgraded desktop-file-utils (0.21-1 -> 0.22-1)
    [2013-10-11 19:16] [PACMAN] upgraded chromium (29.0.1547.76-1 -> 30.0.1599.66-1)
    [2013-10-11 19:16] [PACMAN] upgraded cmake (2.8.11.2-2 -> 2.8.12-1)
    [2013-10-11 19:16] [PACMAN] upgraded device-mapper (2.02.100-1 -> 2.02.103-1)
    [2013-10-11 19:16] [PACMAN] upgraded popt (1.16-6 -> 1.16-7)
    [2013-10-11 19:16] [PACMAN] upgraded cryptsetup (1.6.2-1 -> 1.6.2-2)
    [2013-10-11 19:16] [PACMAN] upgraded db (5.3.21-1 -> 5.3.21-2)
    [2013-10-11 19:17] [PACMAN] upgraded dconf (0.16.1-1 -> 0.18.0-1)
    [2013-10-11 19:17] [PACMAN] upgraded dialog (1.2_20130923-1 -> 1.2_20131001-1)
    [2013-10-11 19:17] [PACMAN] upgraded kdelibs (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded poppler (0.24.1-1 -> 0.24.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded poppler-qt4 (0.24.1-1 -> 0.24.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded ffmpeg (1:2.0.1-1 -> 1:2.0.2-2)
    [2013-10-11 19:17] [PACMAN] upgraded nepomuk-core (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded kactivities (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded libwbclient (4.0.9-1 -> 4.0.10-1)
    [2013-10-11 19:17] [PACMAN] upgraded talloc (2.0.8-1 -> 2.0.8-2)
    [2013-10-11 19:17] [PACMAN] upgraded smbclient (4.0.9-1 -> 4.0.10-1)
    [2013-10-11 19:17] [PACMAN] upgraded libssh (0.5.4-1 -> 0.5.5-1)
    [2013-10-11 19:17] [PACMAN] upgraded oxygen-icons (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded kdebase-runtime (4.11.1-2 -> 4.11.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded kdepimlibs (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded opencv (2.4.6.1-2 -> 2.4.6.1-3)
    [2013-10-11 19:17] [PACMAN] upgraded libkipi (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded libkexiv2 (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded libkdcraw (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded libkface (3.3.0-2 -> 3.4.0-1)
    [2013-10-11 19:17] [PACMAN] upgraded kdeedu-marble (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded libkgeomap (3.3.0-2 -> 3.4.0-1)
    [2013-10-11 19:17] [PACMAN] upgraded digikam (3.3.0-2 -> 3.4.0-1)
    [2013-10-11 19:17] [PACMAN] upgraded wayland (1.2.1-1 -> 1.3.0-1)
    [2013-10-11 19:17] [PACMAN] upgraded gtk3 (3.8.4-1 -> 3.10.1-1)
    [2013-10-11 19:17] [PACMAN] upgraded poppler-glib (0.24.1-1 -> 0.24.2-1)
    [2013-10-11 19:17] [PACMAN] upgraded librsvg (1:2.37.0-1 -> 1:2.39.0-2)
    [2013-10-11 19:18] [PACMAN] upgraded gnome-icon-theme-symbolic (3.8.3-1 -> 3.10.0-1)
    [2013-10-11 19:18] [PACMAN] upgraded gnome-icon-theme (3.8.3-1 -> 3.10.0-1)
    [2013-10-11 19:18] [PACMAN] upgraded libsecret (0.15-2 -> 0.16-1)
    [2013-10-11 19:18] [PACMAN] upgraded gsettings-desktop-schemas (3.8.2-1 -> 3.10.0-1)
    [2013-10-11 19:18] [PACMAN] upgraded evince (3.8.3-1 -> 3.10.0-2)
    [2013-10-11 19:18] [PACMAN] upgraded json-glib (0.16.0-1 -> 0.16.2-1)
    [2013-10-11 19:18] [PACMAN] upgraded libnotify (0.7.5-1 -> 0.7.6-1)
    [2013-10-11 19:18] [PACMAN] upgraded file-roller (3.8.4-1 -> 3.10.0-2)
    [2013-10-11 19:18] [PACMAN] upgraded freetype2 (2.5.0.1-1 -> 2.5.0.1-2)
    [2013-10-11 19:18] [PACMAN] upgraded gconf (3.2.6-2 -> 3.2.6-3)
    [2013-10-11 19:18] [PACMAN] upgraded gdbm (1.10-1 -> 1.10-2)
    [2013-10-11 19:18] [PACMAN] upgraded glib-networking (2.36.2-1 -> 2.38.0-1)
    [2013-10-11 19:18] [PACMAN] upgraded glibmm (2.36.2-1 -> 2.38.0-1)
    [2013-10-11 19:18] [PACMAN] upgraded gmp (5.1.2-1 -> 5.1.3-1)
    [2013-10-11 19:18] [PACMAN] upgraded gnome-themes-standard (3.8.4-1 -> 3.10.0-1)
    [2013-10-11 19:18] [PACMAN] upgraded gnupg (2.0.21-1 -> 2.0.22-1)
    [2013-10-11 19:18] [PACMAN] upgraded gobject-introspection (1.36.0-1 -> 1.38.0-1)
    [2013-10-11 19:18] [PACMAN] upgraded gstreamer (1.0.10-1 -> 1.2.0-1)
    [2013-10-11 19:18] [PACMAN] upgraded gst-plugins-base-libs (1.0.10-1 -> 1.2.0-1)
    [2013-10-11 19:18] [PACMAN] upgraded gst-plugins-base (1.0.10-1 -> 1.2.0-1)
    [2013-10-11 19:18] [PACMAN] upgraded gtk-sharp-2 (2.12.11-1 -> 2.12.22-1)
    [2013-10-11 19:18] [PACMAN] upgraded gtkmm3 (3.8.1-1 -> 3.10.0-1)
    [2013-10-11 19:18] [PACMAN] upgraded libsoup (2.42.2-1 -> 2.44.0-1)
    [2013-10-11 19:18] [PACMAN] upgraded gvfs (1.16.3-2 -> 1.18.2-1)
    [2013-10-11 19:18] [PACMAN] upgraded gvfs-afc (1.16.3-2 -> 1.18.2-1)
    [2013-10-11 19:18] [PACMAN] installed s-nail (14.4.4-1)
    [2013-10-11 19:18] [PACMAN] upgraded kde-l10n-pl (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:18] [PACMAN] upgraded kdebase-lib (4.11.1-2 -> 4.11.2-1)
    [2013-10-11 19:18] [PACMAN] upgraded nepomuk-widgets (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:18] [PACMAN] upgraded kdebase-dolphin (4.11.1-2 -> 4.11.2-1)
    [2013-10-11 19:18] [PACMAN] upgraded kdebase-katepart (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:18] [PACMAN] upgraded kdebase-kdepasswd (4.11.1-2 -> 4.11.2-1)
    [2013-10-11 19:18] [PACMAN] upgraded kdebase-kdialog (4.11.1-2 -> 4.11.2-1)
    [2013-10-11 19:18] [PACMAN] upgraded kdebase-keditbookmarks (4.11.1-2 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdebase-kfind (4.11.1-2 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdebase-konqueror (4.11.1-2 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdebase-konq-plugins (4.11.1-2 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdebase-kwrite (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdebindings-python-common (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdepim-runtime (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdebindings-python2 (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded libkdegames (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdegames-kspaceduel (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdegraphics-gwenview (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdegraphics-kcolorchooser (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdegraphics-kgamma (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdegraphics-kolourpaint (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdegraphics-kruler (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdegraphics-ksnapshot (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdegraphics-okular (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdemultimedia-ffmpegthumbs (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdemultimedia-kmix (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdemultimedia-mplayerthumbs (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdepim-libkdepim (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdepim-knode (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdesdk-kate (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdesdk-kompare (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdesdk-strigi-analyzers (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdesdk-lokalize (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdesdk-okteta (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdeutils-ark (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdeutils-filelight (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdeutils-kcalc (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdeutils-kcharselect (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdeutils-ktimer (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded kdeutils-kwallet (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded lib32-glib2 (2.36.4-1 -> 2.38.0-1)
    [2013-10-11 19:19] [PACMAN] upgraded lib32-atk (2.8.0-1 -> 2.10.0-1)
    [2013-10-11 19:19] [PACMAN] upgraded lib32-gdk-pixbuf2 (2.28.2-1 -> 2.30.0-1)
    [2013-10-11 19:19] [PACMAN] upgraded lib32-gmp (5.1.2-1 -> 5.1.3-1)
    [2013-10-11 19:19] [PACMAN] upgraded lib32-pango (1.34.1-1 -> 1.36.0-1)
    [2013-10-11 19:19] [PACMAN] upgraded lib32-gtk2 (2.24.20-2 -> 2.24.21-1)
    [2013-10-11 19:19] [PACMAN] upgraded lib32-systemd (207-1 -> 208-1)
    [2013-10-11 19:19] [PACMAN] upgraded mesa (9.2.0-2 -> 9.2.1-1)
    [2013-10-11 19:19] [PACMAN] upgraded lib32-mesa (9.2.0-1 -> 9.2.1-1)
    [2013-10-11 19:19] [PACMAN] upgraded mpg123 (1.15.4-1 -> 1.16.0-1)
    [2013-10-11 19:19] [PACMAN] upgraded lib32-mpg123 (1.15.4-1 -> 1.16.0-1)
    [2013-10-11 19:19] [PACMAN] upgraded p11-kit (0.18.4-1 -> 0.20.1-1)
    [2013-10-11 19:19] [PACMAN] upgraded lib32-p11-kit (0.18.4-1 -> 0.20.1-1)
    [2013-10-11 19:19] [PACMAN] upgraded libdiscid (0.5.2-1 -> 0.6.1-1)
    [2013-10-11 19:19] [PACMAN] upgraded libdvbpsi (1:1.1.0-1 -> 1:1.1.1-1)
    [2013-10-11 19:19] [PACMAN] upgraded libdvdcss (1.2.13-1 -> 1.2.13-2)
    [2013-10-11 19:19] [PACMAN] upgraded libffado (2.1.0-3 -> 2.1.0-4)
    [2013-10-11 19:19] [PACMAN] upgraded libgnome-keyring (3.8.0-1 -> 3.10.0-1)
    [2013-10-11 19:19] [PACMAN] upgraded libkcddb (4.11.1-1 -> 4.11.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded libkvkontakte (3.3.0-2 -> 3.4.0-1)
    [2013-10-11 19:19] [PACMAN] upgraded libpeas (1.8.1-1 -> 1.9.0-1)
    [2013-10-11 19:19] [PACMAN] upgraded libreoffice-pl (4.1.1-1 -> 4.1.2-1)
    [2013-10-11 19:19] [PACMAN] upgraded neon (0.29.6-4 -> 0.30.0-1)
    [2013-10-11 19:20] [PACMAN] upgraded libreoffice-common (4.1.1-2 -> 4.1.2-1)
    [2013-10-11 19:20] [PACMAN] upgraded libreoffice-calc (4.1.1-2 -> 4.1.2-1)
    [2013-10-11 19:20] [PACMAN] upgraded libreoffice-impress (4.1.1-2 -> 4.1.2-1)
    [2013-10-11 19:20] [PACMAN] upgraded libreoffice-writer (4.1.1-2 -> 4.1.2-1)
    [2013-10-11 19:20] [PACMAN] upgraded libsasl (2.1.26-4 -> 2.1.26-6)
    [2013-10-11 19:20] [PACMAN] upgraded webkitgtk (2.0.4-1 -> 2.2.0-1)
    [2013-10-11 19:20] [PACMAN] upgraded pygobject-devel (3.8.3-1 -> 3.10.0-1)
    [2013-10-11 19:20] [PACMAN] upgraded python2-gobject (3.8.3-1 -> 3.10.0-1)
    [2013-10-11 19:20] [PACMAN] upgraded liferea (1.10.2-1 -> 1.10.3-1)
    [2013-10-11 19:20] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2013-10-11 19:20] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> Starting build: 3.11.4-1-ARCH
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [shutdown]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> Starting build: 3.11.4-1-ARCH
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: bfa
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] -> Running build hook: [shutdown]
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2013-10-11 19:20] [ALPM-SCRIPTLET] ==> Image generation successful
    [2013-10-11 19:20] [PACMAN] upgraded linux (3.11.2-1 -> 3.11.4-1)
    [2013-10-11 19:20] [PACMAN] upgraded lirc-utils (1:0.9.0-60 -> 1:0.9.0-63)
    [2013-10-11 19:20] [PACMAN] upgraded lvm2 (2.02.100-1 -> 2.02.103-1)
    [2013-10-11 19:20] [PACMAN] upgraded nvidia-304xx (304.108-5 -> 304.108-7)
    [2013-10-11 19:20] [PACMAN] upgraded pambase (20130113-1 -> 20130928-1)
    [2013-10-11 19:20] [PACMAN] upgraded pycups (1.9.62-1 -> 1.9.63-1)
    [2013-10-11 19:20] [PACMAN] upgraded rtkit (0.11-3 -> 0.11-4)
    [2013-10-11 19:20] [PACMAN] upgraded sane (1.0.23-7 -> 1.0.24-2)
    [2013-10-11 19:20] [ALPM] warning: /etc/slim.conf installed as /etc/slim.conf.pacnew
    [2013-10-11 19:20] [PACMAN] upgraded slim (1.3.5-3 -> 1.3.6-2)
    [2013-10-11 19:20] [PACMAN] upgraded sudo (1.8.7-1 -> 1.8.8-1)
    [2013-10-11 19:20] [PACMAN] upgraded systemd-sysvcompat (207-5 -> 208-1)
    [2013-10-11 19:20] [PACMAN] upgraded tar (1.26-4 -> 1.27-1)
    [2013-10-11 19:20] [PACMAN] upgraded texinfo (5.1-1 -> 5.2-1)
    [2013-10-11 19:20] [PACMAN] upgraded thunar-archive-plugin (0.3.1-1 -> 0.3.1-2)
    [2013-10-11 19:20] [PACMAN] upgraded traceroute (2.0.19-1 -> 2.0.19-2)
    [2013-10-11 19:20] [PACMAN] upgraded tzdata (2013f-1 -> 2013g-1)
    [2013-10-11 19:20] [PACMAN] upgraded unrar (1:4.2.4-1 -> 1:5.0.12-1)
    [2013-10-11 19:21] [PACMAN] upgraded vlc (2.1.0-2 -> 2.1.0-3)
    [2013-10-11 19:21] [PACMAN] upgraded xf86-input-evdev (2.8.1-1 -> 2.8.2-1)
    [2013-10-11 19:21] [PACMAN] upgraded xfce4-power-manager (1.2.0-5 -> 1.2.0-6)
    [2013-10-11 19:21] [PACMAN] upgraded xorg-server-common (1.14.3-1 -> 1.14.3-2)
    [2013-10-11 19:21] [PACMAN] upgraded xorg-server (1.14.3-1 -> 1.14.3-2)
    What I did when I found the problem?
    I run all these commands and instructions: https://bbs.archlinux.org/viewtopic.php?id=171188
    I removed all ~/.gtkrc* files completely.
    [2013-10-11 22:14] [PACMAN] Running 'pacman -S gtk-update-icon-cache'
    [2013-10-11 22:14] [PACMAN] reinstalled gtk-update-icon-cache (2.24.22-1)
    [2013-10-11 22:14] [PACMAN] Running 'pacman -S librsvg'
    [2013-10-11 22:14] [PACMAN] reinstalled librsvg (1:2.39.0-2)
    [2013-10-11 22:14] [PACMAN] Running 'pacman -S libpng'
    [2013-10-11 22:14] [PACMAN] reinstalled libpng (1.6.5-1)
    [2013-10-11 22:17] [PACMAN] Running 'pacman -S lxappearance'
    [2013-10-11 22:17] [PACMAN] installed lxappearance (0.5.2-2)
    [2013-10-11 22:20] [PACMAN] Running 'pacman -S oxygen-icons'
    Then I reinstalled oxygen theme and gnome-icon-theme:
    [2013-10-11 22:20] [PACMAN] Running 'pacman -S oxygen-icons'
    [2013-10-11 22:20] [PACMAN] reinstalled oxygen-icons (4.11.2-1)
    [2013-10-11 22:24] [PACMAN] Running 'pacman -S gnome-icon-theme'
    [2013-10-11 22:24] [PACMAN] reinstalled gnome-icon-theme (3.10.0-1)
    [2013-10-11 22:25] [PACMAN] Running 'pacman -S gdk-pixbuf2'
    [2013-10-11 22:25] [PACMAN] reinstalled gdk-pixbuf2 (2.30.0-1)
    Then I downgraded icon themes:
    [2013-10-11 22:35] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/oxygen-icons-4.11.1-1-any.pkg.tar.xz'
    [2013-10-11 22:36] [PACMAN] downgraded oxygen-icons (4.11.2-1 -> 4.11.1-1)
    [2013-10-11 22:37] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/oxygen-icons-4.11.0-1-any.pkg.tar.xz'
    [2013-10-11 22:37] [PACMAN] downgraded oxygen-icons (4.11.1-1 -> 4.11.0-1)
    [2013-10-11 22:42] [PACMAN] Running 'pacman -U /tmp/gtk-update-icon-cache-2.24.20-1-x86_64.pkg.tar.xz'
    [2013-10-11 22:42] [PACMAN] downgraded gtk-update-icon-cache (2.24.22-1 -> 2.24.20-1)
    [2013-10-11 22:43] [PACMAN] Running 'pacman -U /var/cache/pacman/pkg/gnome-themes-standard-3.8.4-1-x86_64.pkg.tar.xz'
    [2013-10-11 22:43] [PACMAN] downgraded gnome-themes-standard (3.10.0-1 -> 3.8.4-1)
    Then I installed
    [2013-10-11 22:46] [PACMAN] Running 'pacman -S gnome-icon-theme gnome-icon-theme-extras gnome-icon-theme-symbolic'
    Then I rebooted. Then I tried to change again icon themes within xfce's settings manager.
    None of this helped.

    I'm running standalone Openbox and am also recently missing some icons. I haven't tried all the suggested solutions yet, but downgrading to gtk2-2.24.20-1 brought back most of the icons. More are missing with 2.24.21-2 and 2.24.22-1.
    I wonder if this should be in Pacman & Package Upgrade Issues since it happens when upgrading and if there is enough information for a bug report.

  • Can i use 2 methods to deploy icon files in Oracle IDS?

    Dear all,
    I'm using Oracle 9IDS(Forms) and i'm trying to use 2 methods to deploy icon file:
    -In development phase, i use defaul.icon.path and defaul.icon.extension in registry.dat file and imagebase=documentbase. My icon are well deploy when i run application from form builder.
    -In deployment phase, on the same plateform, i use jar file following these steps:
    1- I store jar file in same directory with all runtime files(fmx, mmx, etc.)
    2- i create a virtual path(/forms90/Tel/) to map with this directory
    3- in formsweb.cfg, i put the following line:
    [myapp]
    imagebase=codebase
    archive_jini=f90all_jinit.jar,/forms90/Tel/images.jar
    When i call my application directly (http://localhost:8889/forms90/f90servlet?config=myapp),
    icons don't appear.
    I would like to know, what's wrong?It's possible to use theses both methods for deploy icons on the same plateform?
    Thank u for your help

    Hi Franck,
    I thank that red correctly the document(how deploy icon on web).But that isn't the matter.I update my formsweb.cfg as you advise me
    [myapp]
    archive_jini=...,/forms90/images.jar
    imagebase=codebase
    Icon don't appear at runtine while other gif files(splashscreen,logo) appear.Notice these others gif files are compressed in the same jar file. Notice also, that when i use default.icon.path parameter in registry.dat file, icons are well deployed.
    It's incomprehensible.
    Thanks you for your help!

  • Missing XML files in Export of Portal Resource in WebCenter Portal App

    Using JDeveloper 11.1.1.5.0
    1) Create a JSF fragment in the Portal Project/WebContent/oracle/webcenter/portalapp/pages -> untiltled3.jsff.
    2) From the Component Palette -> Webcenter Content Display Templates, drag a Content Template Def onto the jsff.
    3) Create var = "node".
    4) Drag an AdfOutputText into the contentTemplateDef.
    5) Save.
    6) In Application Navigator, right click on untitled3.jsff -> View Page Definition. No page definition has been created. Create a new page definition.
    7) In Application Navigator, right click on untitled3.jsff -> Create Portal Resource.
    7.1) Select my Content Repository Name(already created a content server Application Resource called UML)
    7.2) Content Type - IDC:GlobalProfile
    7.3) Content Type Default View: true
    7.4) View ID - testTemplate
    7.5) Display Name - untitled3
    7.6) Content Directory - defaulted to /C:/Projects/Application1/Portal/public_html/oracle/webcenter/portalapp/shared/
    8) Click OK.
    9) In Application Navigator, right click on untitled3.jsff -> Export Portal Resource.
    1) Export Archive File Name -> M:\testTemplate6102011
    10) Click OK.
    11) Results in the following:
    This is displayed in the Messages - Log:
    Jun 10, 2011 10:47:12 AM oracle.mds
    WARNING: The associated extended metadata document for the given document name /oracle/webcenter/portalapp/pages/untitled3PageDef.xml is missing.
    Jun 10, 2011 10:47:12 AM oracle.mds
    WARNING: The associated extended metadata document for the given document name /oracle/webcenter/portalapp/pages/untitled3.jsff is missing.
    Jun 10, 2011 10:47:12 AM oracle.mds
    WARNING: The associated extended metadata document for the given document name /oracle/webcenter/portalapp/pages/untitled3PageDef.xml is missing.
    How do I setup JDev to include the missing xml files? What am I doing wrong?
    Follow Up:
    When I Upload my testTemplate6102011.ear in Webcenter Spaces-> Resources -> Content Presenter I get the following error in the Spaces log file:
    Message ID     WCS-12045
    Message Level     1
    Relationship ID     0
    Component     WCSpaces
    Module     oracle.webcenter.lifecycle.siteresource.operation.SiteResourceImportOperation
    Thread ID     [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'
    ECID     5b329033a707e8d5:2d924c4d:130755eef60:-8000-00000000000061c3
    Message     Operation aborted because of an exception thrown by subunit (oracle.webcenter.lifecycle.siteresource.configuration.SiteResourceConfigurationUnit)
    Supplemental Detail     oracle.webcenter.lifecycle.LifecycleException: Unexpected error occurred while adding a generic site resource.
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.SiteResourcesHelper.addSiteResource(SiteResourcesHelper.java:222)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.DefaultSiteResourceLifecycleHandler.updateImportRegistry(DefaultSiteResourceLifecycleHandler.java:824)
    at oracle.webcenter.lifecycle.siteresource.SiteResourceLifecycleHandler.doConfigurationImport(SiteResourceLifecycleHandler.java:273)
    at oracle.webcenter.lifecycle.siteresource.configuration.SiteResourceConfigurationUnit.doImport(SiteResourceConfigurationUnit.java:121)
    at oracle.webcenter.lifecycle.siteresource.operation.SiteResourceImportOperation.doImport(SiteResourceImportOperation.java:129)
    at oracle.webcenter.lifecycle.LifecycleSiteResourceService.doImport(LifecycleSiteResourceService.java:339)
    at oracle.webcenter.lifecycle.view.siteresource.LifecycleSRMImportBean.doImport(LifecycleSRMImportBean.java:198)
    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.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.bi.nanserver.adf.servlet.BIADFServletFilter.doFilter(BIADFServletFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.bi.presentation.runtime.binding.BIRegionBindingFilter.doFilter(BIRegionBindingFilter.java:43)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.generalsettings.model.provider.GeneralSettingsProviderFilter.doFilter(GeneralSettingsProviderFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellPageRedirectionFilter.doFilter(WebCenterShellPageRedirectionFilter.java:250)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellFilter.doFilter(WebCenterShellFilter.java:696)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:109)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:446)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:175)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.processFilters(WebCenterLocaleWrapperFilter.java:335)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.doFilter(WebCenterLocaleWrapperFilter.java:224)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:207)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:176)
    Caused by: oracle.webcenter.portalframework.genericsiteresources.GenericSiteResourcesException: Unexpected error occurred while adding a generic site resource.
    at oracle.webcenter.portalframework.genericsiteresources.internal.model.GenericSiteResourcesManagerImpl.addResource(GenericSiteResourcesManagerImpl.java:333)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.SiteResourcesHelper.addSiteResource(SiteResourcesHelper.java:214)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.DefaultSiteResourceLifecycleHandler.updateImportRegistry(DefaultSiteResourceLifecycleHandler.java:824)
    at oracle.webcenter.lifecycle.siteresource.SiteResourceLifecycleHandler.doConfigurationImport(SiteResourceLifecycleHandler.java:273)
    at oracle.webcenter.lifecycle.siteresource.configuration.SiteResourceConfigurationUnit.doImport(SiteResourceConfigurationUnit.java:121)
    at oracle.webcenter.lifecycle.siteresource.operation.SiteResourceImportOperation.doImport(SiteResourceImportOperation.java:130)
    at oracle.webcenter.lifecycle.LifecycleSiteResourceService.doImport(LifecycleSiteResourceService.java:339)
    at oracle.webcenter.lifecycle.view.siteresource.LifecycleSRMImportBean.doImport(LifecycleSRMImportBean.java:202)
    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.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:93)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.bi.nanserver.adf.servlet.BIADFServletFilter.doFilter(BIADFServletFilter.java:28)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.bi.presentation.runtime.binding.BIRegionBindingFilter.doFilter(BIRegionBindingFilter.java:44)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:34)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:45)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.wcps.client.PersonalizationFilter.doFilter(PersonalizationFilter.java:75)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.content.integration.servlets.ContentServletFilter.doFilter(ContentServletFilter.java:168)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.generalsettings.model.provider.GeneralSettingsProviderFilter.doFilter(GeneralSettingsProviderFilter.java:83)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellPageRedirectionFilter.doFilter(WebCenterShellPageRedirectionFilter.java:253)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterShellFilter.doFilter(WebCenterShellFilter.java:701)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:116)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.share.http.ServletADFFilter.doFilter(ServletADFFilter.java:62)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:447)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)
    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)
    at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:176)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.processFilters(WebCenterLocaleWrapperFilter.java:335)
    at oracle.webcenter.webcenterapp.internal.view.webapp.WebCenterLocaleWrapperFilter.doFilter(WebCenterLocaleWrapperFilter.java:224)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
    ... 6 more
    Caused by: oracle.security.idm.OperationFailureException: javax.naming.PartialResultException [Root exception is javax.naming.CommunicationException: DomainDnsZones.fitchdevna.corp:389 [Root exception is java.net.UnknownHostException: DomainDnsZones.fitchdevna.corp]]
    at oracle.security.idm.providers.stdldap.util.LDAPRealm.throwException(LDAPRealm.java:773)
    at oracle.security.idm.providers.stdldap.util.DirectSearchResponse.initSearch(DirectSearchResponse.java:162)
    at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:52)
    at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:44)
    at oracle.security.idm.providers.stdldap.util.LDAPRealm.searchUsers(LDAPRealm.java:489)
    at oracle.security.idm.providers.stdldap.LDIdentityStore.search(LDIdentityStore.java:273)
    at oracle.security.idm.providers.stdldap.LDIdentityStore.searchUsers(LDIdentityStore.java:366)
    at oracle.webcenter.framework.service.Utility.findUserByGuid(Utility.java:765)
    at oracle.webcenter.portalframework.genericsiteresources.internal.model.GenericSiteResourcesManagerImpl.addResource(GenericSiteResourcesManagerImpl.java:179)
    ... 104 more
    Caused by: javax.naming.PartialResultException [Root exception is javax.naming.CommunicationException: DomainDnsZones.fitchdevna.corp:389 [Root exception is java.net.UnknownHostException: DomainDnsZones.fitchdevna.corp]]
    at com.sun.jndi.ldap.LdapNamingEnumeration.hasMoreImpl(LdapNamingEnumeration.java:224)
    at com.sun.jndi.ldap.LdapNamingEnumeration.hasMore(LdapNamingEnumeration.java:171)
    at oracle.security.idm.providers.stdldap.util.DirectSearchResponse.initSearch(DirectSearchResponse.java:137)
    at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:52)
    at oracle.security.idm.providers.stdldap.util.NonPagedSearchResponse.<init>(NonPagedSearchResponse.java:43)
    at oracle.security.idm.providers.stdldap.util.LDAPRealm.searchUsers(LDAPRealm.java:489)
    at oracle.security.idm.providers.stdldap.LDIdentityStore.search(LDIdentityStore.java:273)
    at oracle.security.idm.providers.stdldap.LDIdentityStore.searchUsers(LDIdentityStore.java:366)
    at oracle.webcenter.framework.service.Utility.findUserByGuid(Utility.java:765)
    at oracle.webcenter.portalframework.genericsiteresources.internal.model.GenericSiteResourcesManagerImpl.addResource(GenericSiteResourcesManagerImpl.java:179)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.SiteResourcesHelper.addSiteResource(SiteResourcesHelper.java:214)
    at oracle.webcenter.portalframework.genericsiteresources.model.lifecycle.DefaultSiteResourceLifecycleHandler.updateImportRegistry(DefaultSiteResourceLifecycleHandler.java:824)
    at oracle.webcenter.lifecycle.siteresource.SiteResourceLifecycleHandler.doConfigurationImport(SiteResourceLifecycleHandler.java:273)
    at oracle.webcenter.lifecycle.siteresource.configuration.SiteResourceConfigurationUnit.doImport(SiteResourceConfigurationUnit.java:121)
    at oracle.webcenter.lifecycle.siteresource.operation.SiteResourceImportOperation.doImport(SiteResourceImportOperation.java:129)
    at oracle.webcenter.lifecycle.LifecycleSiteResourceService.doImport(LifecycleSiteResourceService.java:339)
    at oracle.webcenter.lifecycle.view.siteresource.LifecycleSRMImportBean.doImport(LifecycleSRMImportBean.java:198)
    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.sun.el.parser.AstValue.invoke(Unknown Source)
    at com.sun.el.MethodExpressionImpl.invoke(Unknown Source)
    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)
    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)
    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$1.run(ContextSwitchingComponent.java:92)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)
    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)
    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:879)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:312)
    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:185)
    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.bi.nanserver.adf.servlet.BIADFServletFilter.doFilter(BIADFServletFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.bi.presentation.runtime.binding.BIRegionBindingFilter.doFilter(BIRegionBindingFilter.java:43)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.portlet.client.adapter.adf.ADFPortletFilter.doFilter(ADFPortletFilter.java:32)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
    at oracle.webcenter.framework.events.dispatcher.EventDispatcherFilter.doFilter(EventDispatcherFilter.java:44)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterCh

    Hi,
    try this forum: WebCenter Portal
    Frank

  • Iconic file in oracle 10g forms

    hii,,
    i am a new user in oracle 10g form,,,here i am running a form & placing all the icons in a folder,after that i changed the iconic file path in the default.env file,the path is same where the icons are kept,,but still i am unable to see the icons at the run time,,,,,
    do i need to modify some other file or the icons will be kept at some particaular place????
    plzzzz help.....

    hi
    1 How to Display Iconic Images Using Forms 9.0.x/ 10.x?
    When running an Oracle Forms 9i/10g application the icon files used must be in a web enabled
    format such as JPG or GIF (GIF is the default format) (This is unlike older versions of forms running in client-server mode when the file format is .ico.)
    Icon image files can either be retrieved by Forms as individual files on the filesystem or from a Java Archive (JAR file).
    If an application uses lots of icon images it is recommended that they are stored in a JAR file to reduce the number of HTTP round trips.
    Reference:Note 232413.1 How to Deploy Iconic Images via a JAR File in Forms 9i/10g?
    The example below details steps to configure iconic images as individual gif or jpeg files.
    It is a first approach recommended for initial testing and understanding.
    Example:
    ========
    This document has been written for use with both Windows and UNIX operating systems: Windows will use the "\" character to delimit directories and UNIX uses the "/" character. Any other differences are noted in the document.
    1) Determine the physical location of the icons on your web server. For this example, assume that the icons are stored in D:\Myfiles\icons.
    2) Create the virtual directory in the forms90.conf file that point to the location of your Forms 9i/10g icons. This file is located in:
    $ORACLE_HOME\forms90\server\forms90.conf
    To define a virtual directory forms90/icons, use the following syntax:
    # Virtual path for ICONS (used to show icons in a form ) AliasMatch ^/forms90/icons/(..*) "D:\Myfiles/icons/$1"
    Below is an example of the forms90.conf after it has been modified to include the /forms90/icons virtual directory.
    # Virtual path mapping for Forms Java jar and class files (codebase) AliasMatch ^/forms90/java/(..*) "E:\IASR2\APP/forms90/java/$1" # Virtual path for JInitiator downloadable executable and download page AliasMatch ^/forms90/jinitiator/(..*) "E:\IASR2\APP/jinit/$1" # Virtual path for runform.htm (used to run a form for testing purposes) AliasMatch ^/forms90/html/(..*) "E:\IASR2\APP/tools/web90/html/$1"
    # Virtual path for ICONS (used to show icons in a form ) AliasMatch ^/forms90/icons/(..*) "D:\Myfiles/icons/$1"
    ( For 10g use instead of "forms90" -> "forms")
    3) Direct forms to use the /forms90/icons or /forms/icons virtual directory when running on the web by modifying the Registry.dat file in the $ORACLE_HOME\forms90\java\oracle\forms\registry or $ORACLE_HOME\forms\java\oracle\forms\registry
    directory. Note that for UNIX, both the path name and file name are case sensitive. You must specify "Registry.dat".
    Modify the default.icons.iconpath entry as follows: default.icons.iconpath=http:///forms90/icons/ or default.icons.iconpath=http:///forms/icons/
    If the URL used to bring up forms on the web is: http://abc.oracle.com:7778/forms90/f90servlet or http://abc.oracle.com:7778/forms/frmservlet
    Then the entry required for the Registry.dat will be: default.icons.iconpath=http://abc.oracle.com:7778/forms90/icons or default.icons.iconpath=http://abc.oracle.com:7778/forms/icons default.icons.iconextension=gif
    4) Now use EM Website to: a) Restart the OC4J-BI-Forms Instance b) Restart the BI-FORMS HTTP Server Instance.
    5) Verify that the virtual directory has been defined properly and that the icons can be viewed in a browser.
    Assuming that exeqry.gif exists in the D:\Myfiles\icons directory, the following URL should show the icon:
    http://abc.oracle.com:7778/forms90/icons/exeqry.gif or http://abc.oracle.com:7778/forms/icons/exeqry.gif
    6) Check the form : http://abc.oracle.com:7778/forms90/f90servlet?form=D:\Testcases\F90\ICON_CHECK_IASR2.fmx or http://abc.oracle.com:7778/forms/frmservlet?form=D:\Testcases\F10g\ICON_CHECK_IASR2.fmx
    CHECKLISTS
    =============
    Icons do not appear in the browser using the URL:
    o Verify that you are using the correct machine name and port for the OC4J_BI_Forms object.
    o Check the virtual directory name to make sure that there are no typographical errors. o Check for typographical errors in the forms90.conf or forms.
    conf for the virtual directory. o Check the name of the icon on the file system. If the file is saved as Exeqry.gif, then it will not be found using the URL http://abc.oracle.com:7778/forms90/ Close all your browser sessions and open a new browser window.
    Execute the URL to bring up from the Form Builder runtime or from the browser.
    ( For 10G use "forms" instead of "forms90")USEFUL REFERENCES:==================
    [PDF] Oracle9iAS Forms Services Deployment Guide (P/N B10170-01)Configuring Oracle9iAS Forms Services ->
    Deploying Icons and Images Used by Oracle9iAS Forms Services http://otn.oracle.com/products/forms/pdf/B10170_01.pdf
    [PDF] Oracle9iForms Services - How to Deploy Iconshttp://otn.oracle.com/products/forms/pdf/webicons.pdf
    sarah

  • Unable to install ituns on windows 7 64 missing .dll file

    Unable to install ituns on windows 7 64. Installer states missing .dll file.

    Here is a solution that worked for a user who also had a problem with iTunes Software Support. This thread was for a win32 version, but Maybe this is the problem for both of you?:
    IT appears that AppleApplicationSupport.msi, is not opening and installing properly.
    Download and SAVE iTunesSetup.exe, where you can find it.
    Then:
    1. Download and install WinRAR.
    2. Right-click the iTunesSetup.exe icon and choose "Open with WinRAR".
    3. Once the EXE is opened in WinRAR, double-click AppleApplicationSupport.msi and when the installer window is open choose "Repair".
    4. Done! You can now run iTunes normally.
    Here is a link to that fairly lengthy thread.. http://discussions.info.apple.com/thread.jspa?threadID=2151777&tstart=-1

  • Win 7 "Default Programs" does not include MS Office 2007 Programs, the missing Programs are missing ICONs as well

    I installed Windows 7 in an upgrade from Windows XP.  As part of the process MS gave me a URL to download a Office 2007 Pro I could activate with the license key I owned.  I got similar URLs for Visio Professional and Project Professional. 
    Downloaded, installed, activated, started the programs.
    From the beginning some of the icons were missing.  Like the icons for Word, Excel, Access, Outlook, Power Point, Publisher, Visio, and of course Project.  I tried most of the answers in this forum, that didn't sound like guesswork, and none of
    them solved either problem.  There must be at least 65 guesses to fix the icon problem, but none with the missing Default Programs problem.
    The programs related to the missing "Default Programs" still work, they startup when you select the related document.  If I check "Associate a File Type or Protocol with a Specific Program" the missing Office 2007 programs are listed
    there, associated with the designated programs, but are missing icons.
    I make it a habit not to pay a vendor for a product so that I can have the privilege of fixing the vendor's problems.   Google tells me these are well known problems.  The only thing missing is the answer.  I won't ever use MS chat or telephone,
    because all they do is tell me why they can't help and transfer me elsewhere.
    Does anyone have a REAL answer please?

    To restore office icons you could try this method
    http://transitionmarketing.wordpress.com/2013/01/16/restoring-microsoft-office-icons/
    I had the same problem with Office 2010 programs not showing in "Set Your Default Programs". No other "fixes" (including repair) worked. Found this thread:
    http://www.sevenforums.com/microsoft-office/222503-office-2010-not-listed-default-programs.html
    and used it as a guide. When you look at this key
    HKEY_LOCAL_MACHINE\SOFTWARE\RegisteredApplications
    you will see a list of software pointing to another HKEY_LOCAL_MACHINE registry key. For example, my Word program was showing up as "Word.Application.14" and pointing to Software\Clients\Word Processing\Microsoft Word\Capabilities
    (In contrast, PastorMike's fix in the link above advocates making a new entry under HKEY_LOCAL_MACHINE\Software\Microsoft\Office\14.0\Word\Capabilities. However, OneNote did appear in my "Set Your Default Programs" and it - and the other Office programs
    - were listed under ..\Software\Clients\... and not ...\Software\Microsoft\...)
    So at this point I went my own way (although maybe PastorMike's fix would also work).
    The difference between OneNote and the other programs was the existence of values for "ApplicationName"  and "ApplicationDescription" in HKEY_LOCAL_MACHINE\Software\Clients\Word Processing\Microsoft Word\Capabilities. Also, for OneNote
    there was a "FileAssociations" sub-key that was missing from the other programs.
    It is setting the values for ApplicationName and ApplicationDescription which cause the program to show up in the list in the left pane of "Set Your Default Programs". And it is the file associations in the FileAssociations key that allows resetting
    associations en masse when they are snaffled by another program.
    Below is the reg file I added for Word 2010. (i used similar for the other programs) After doing this, Word appeared after reopening "Set Default Programs" - no reboot required
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Word Processing\Microsoft Word\Capabilities]
    "ApplicationDescription"="Create and edit professional-looking documents such as letters, papers, reports, and booklets by using Microsoft Word."
    "ApplicationName"="Microsoft Word 2010"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Word Processing\Microsoft Word\Capabilities\FileAssociations]
    ".doc"="Word.Document.8"
    ".dochtml"="wordhtmlfile"
    ".docm"="Word.DocumentMacroEnabled.12"
    ".docmhtml"="wordmhtmlfile"
    ".docx"="Word.Document.12"
    ".docxml"="wordxmlfile"
    ".dot"="Word.Template.8"
    ".dothtml"="wordhtmltemplate"
    ".dotm"="Word.TemplateMacroEnabled.12"
    ".dotx"="Word.Template.12"
    ".htm"="wordhtmlfile"
    ".html"="wordhtmlfile"
    ".odt"="Word.OpenDocumentText.12"
    ".rtf"="Word.RTF.8"
    ".wbk"="Word.Backup.8"
    ".wiz"="Word.Wizard.8"
    ".wll"="Word.Addin.8"
    By using my ramblings and the link provided above you may be able fix the problem you are having with Office 2007. However, I am unsure of how to find the necessary file associations for Office 2007 except by trawling through your registry for the filetypes
    listed in the link above and the values for them in HKEY_CLASSES_ROOT.

  • Missing PDFMaker Files in Acrobat 9

    Hi everyone,
    I am helping someone with a problem who has received this message while he tries to create a PDF by using Acrobat Pro 9.
    He clicks on create pdf from file, selects the file, and then it begins to create.  But it then gives the error message "Missing PDFMaker files" and asks to run a repair.
    I have uninstalled and reinstalled Adobe Acrobat Pro 9.  I have even logged in under my own profile and can make the PDFs with no issue, the error does not come up for me.  I have also tried to run the repair it asks.
    Aside from re-creating his profile (last resort), what can I do to correct this?
    Thanks for your help!

    Dear Sabian:
    Answering both your emails. I have no problems making PDFs. Acrobat is fully operating. It is a problem that occurs only in some of the longer documents when the pages do not break the same as in the original WORD. Pages in the WORD document consistently end at 48 pi.
    I am using Acrobat Pro 9. I am using WORD in Office 10. I created the PDF by selecting it when right  clicking on the document icon. Previously I successfully changed the page trim size (originally it created the PDF in letter size – but I am using a custom 6 x 9 inch page.) 
    Thanks for your help.
    Rachel

  • How can I restore missing icons?

    The Skype icon has been replaced with the default paper, pencil, paintbrush icon. It shows this way in the dock and when i search for it in the finder. The program still works normally. If I duplicate the app, the Skype icon shows properly on the dupe version. If I then delete the old one and then rename the copy to "Skype" instead of "Skype copy," then it returns to the missing icon. I Googled this issue and everyone seems to have a different answer. I ran disk permission repair and that did nothing. I'm weary of doing anything with the terminal unless I know for sure it is a fix. Thanks.
    iMac 27-inch, late 2013
    3.2 GHz Intel Core i5
    8 GB 1600 MHz DDR3

    Hello killheroes,
    So if you duplicate the Skype app the correct icon is seen, but if you rename it back to Skype you lose the icon again?
    What happens if you copy the correct icon into the renamed Skype?
    OS X Yosemite: Create custom icons for files or folders
    Use an icon from another file or folder
    Select the file or folder whose icon you want to use, then choose File > Get Info.
    At the top of the Info window, click the icon, then choose Edit > Copy.
    Select the other file or or folder, then choose File > Get Info.
    Click the icon, then choose Edit > Paste.
    Restore the original icon for an item
    Select the file or folder, then choose File > Get Info. 
    At the top of the Info window, select the custom icon, then choose Edit > Cut.
    Best,
    Nubz

Maybe you are looking for

  • Volumes and raid sets disappeared

    I booted my machine and it gave me a question mark folder I booted it off an external drive but the internal bay hdds arent mounting. When I was looking through raid utility it says they are all good and viable disks in roaming but no raid sets or vo

  • Macbook 5,2 S-ATA Controller 1,5 GB or 3,0 GB throughput?

    Kann mein Macbook 5,2 auch SSD Platten mit 3,0GB betreiben oder laufen hier nur 1,5GB Durchsatz.

  • ITunes won't automatically open

    When syncing my iPhone, on my phones page I have the box checked to open iTunes when phone is plugged in but it's not opening. Why not?

  • Errors running MRUA for Metadata Repository Upgrade to version 10.1.2.0.2

    Hi, I am encountering the following errors trying to run the MRUA for our Metadata Repository Upgrade on an AIX 5.3 box: <mrua_runs> ../mrua/mrua.sh -oracle_home /u01/oracle/product/9.2.0.8 -oid_host ourhost.domain.com -oid_ssl_port 3130 Executing mr

  • Shape tools are not displaying

    I am trying to draw shapes, circle and squares in a new composition in After Effects.  On my menu it has a square / rectangle and a little point in lower right corner that typically displays all available shapes.  But no matter what I try, the only s