GL2DW missing GL Libraries

Somehow nearly all the GVL8 Library items which I used to
use, did not end up in Assets/Libraries inside of DW.
I had menu items I used which were pop-up menus for various
topics on my personal web pages/site. Only three got transitioned
over.
What can I do to get the other 30-odd things like
"Abbey_Menu.html" into /assets/libraries ??

Hi
If that condition type is taken into consideration in the calculation of Net value, then it must be posted to Accounting in appropriate G/L account , like other condition type.
If that condition type is nottaken into consideration in Net value calculation, then you can mark the condition type as "Statistical" in the Pricing Procedure. Now, system will not give you any error.

Similar Messages

  • Missing shared libraries?

    Hi all,
    I tried to install j2ee 1.4.2 Beta on my redhat linux 9 machine.
    After I downloaded and unzipped the zip file, I follow the installation instruction by typing ./setup in the extract folder.
    However, the follow error comes out:
    error while loading shared libraries: libstdc++-libc6.2-2.so.3 ...
    complaining the above shared libraries is not found.
    anyone know what is one, or where I can find more information about the error messages?
    thanks alot in advance

    You are missing some libraries. Try reinstalling the compat-libstdc++ RPM available from RedHat.
    Refs:
    http://faq.opennms.org/faq/fom-serve/cache/65.html
    http://gcc.gnu.org/ml/libstdc++/2002-04/msg00251.html
    Note the last refers to a wider problem with missing C++ libraries. With RPMs you often have to do some digging to get it right.

  • Missing lib32 libraries when creating 32bit perlbrew

    Hey guys,
    Trying to build a 32bit perlbrew here, unfortunately some core libraries seem to be missing from multilib:
    perlbrew install perl-5.18.1 -Accflags="-m32 -march=i686 -L/usr/lib32" -Aldflags="-m32 -march=i686 -L/usr/lib32" -Alddlflags="-shared -m32 -march=i686 -L/usr/lib32"
    Output:
    Checking your choice of C compiler and flags for coherency...
        I've tried to compile and run the following simple program:
        #include <stdio.h>
        int main() { printf("Ok\n"); return(0); }
        I used the command:
                cc -o try -O2 -m32 -march=i686 -L/usr/lib32 -fno-strict-aliasing -pipe -fstack-protector -I/usr/local/include -m32 -march=i686 -L/usr/lib32 -fstack-protector -L/usr/local/lib try.c -lnsl -lgdbm -ldb -ldl -lm -lcrypt -lutil -lc -lgdbm_compat
                 ./try
        and I got the following output:
        /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../libgdbm.so when searching for -lgdbm
        /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../libgdbm.a when searching for -lgdbm
        /usr/bin/ld: skipping incompatible /usr/lib/libgdbm.so when searching for -lgdbm
        /usr/bin/ld: skipping incompatible /usr/lib/libgdbm.a when searching for -lgdbm
        /usr/bin/ld: cannot find -lgdbm
        /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../libdb.so when searching for -ldb
        /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../libdb.a when searching for -ldb
        /usr/bin/ld: skipping incompatible /usr/lib/libdb.so when searching for -ldb
        /usr/bin/ld: skipping incompatible /usr/lib/libdb.a when searching for -ldb
        /usr/bin/ld: cannot find -ldb
        collect2: error: ld returned 1 exit status
        I can't compile the test program.
    pkgfile does not show these available in multilib:
    calid@arch-vm /home/calid
    ✔ pkgfile -rs libgdbm.so
    core/gdbm
    calid@arch-vm /home/calid
    ✔ pkgfile -rs libdb.so
    core/db
    I do of course have multilib enabled:
    calid@arch-vm /home/calid
    ✔ pacman -Ss gcc | grep installed
    multilib/gcc-libs-multilib 4.8.1-3 [installed]
    multilib/gcc-multilib 4.8.1-3 (multilib-devel) [installed]
    multilib/lib32-gcc-libs 4.8.1-3 [installed]
    I can of course compile and install everything myself by hand, but was wondering if this is a bug (and if I should open a package issue).
    Thanks

    calid wrote:Thanks skottish.  Unfortunately those are both orphans and haven't been updated in awhile.
    I'd just look over the PKGBUILDs to make sure that they're sane, change the version numbers, update the md5sums, and profit. For that matter, if you use them, adopt them. That way you can be sure that they're updated.
    calid wrote:Considering these are libraries available in [core], shouldn't they have [multilib] equivalents?  I guess to the larger point, shouldn't every library in [core] have a [multilib] version?
    Everything in the Arch repos is something that some developer/TU wants to maintain. Missing stuff is simply a side effect of Arch being totally community driven and having no commercial backing.

  • E-commerce (ISA) missing build libraries

    Hi,
    We have CRM 7.0 with E-Commerce on Windows server with MSSQL. I am trying to build the sources of the b2c scenario of the the webshop.
    Here is what I did by now.
    1. Took the sources form the CDs
    2. Created a web project in NWDS with jdk1.4
    3. Added the libraries from the WEB-INF/lib folder to the build path
    4. To make sure I have all the jars I may need I copied all the jars from the SAP-WAS.
    5. Loaded all jars with Classlocator and started building the sources.
    6. Everything was quite OK untill I realized that I miss few packages at the end.
    The missing packages are:
    com.sap.sxe...
    com.sap.sce.kbrt...
    I searched in the forums, wiki, google etc, but couldn't find info about the jar that contains these packages. I find this quite strange that they are not part of the jars inside SAP WAS.
    Is there anybody who knows where can these jars be found?
    10x in advance!
    Best regards,
    Marian

    Hi Easwar,
    I read about the NWDI before, but since we don't have it configured I decided to build the application outside it.
    This should not be a problem as this is standard Java Struts application.
    Nevertheless, it was useful to point my attention again at this section of the document where we have explanation of the different sca archives. I'll check them on Monday when I return to the office (don't have the sca's on my laptop). SCA archives are also RAR files like PAR/JAR etc. files so they can be extracted with the old known tools.
    I'll send feedback after that and will give points.
    10x for the quick response.
    Marian

  • Missing Font Libraries in Font Book after upgrading to Snow Leopard

    I upgraded from 10.5.8 to 10.6.1 - and now I seem to be missing my Font Libraries (that I created myself) in Font Book.
    Does anyone have any advice?
    Thank you.

    The general approach at this time is to ask if you've checked for any problematic fonts (all languages) with Apple's Font Book (look in the Applications folder). Find and remove all duplicates also.
    SL may have taken the initiative and quarantined what it determined were borked fonts and put them aside to avoid calamity.
    Also, don't hesisate to perform wholesale deletion of old and/or little used fonts - be skeptical of anything that has come from Office 2008, including those related to an Equation Editor installation.
    That said, rumor has it that the next update will correct some spurious font handling....best to wait if housecleaning doesn't help at this time.

  • Missing compatibility libraries, or not updated on AUR ?

    Hi,
    where to start ? K lets go, ... i ve downloaded the 1.5 full patch of the game EnemyTerritory:QuakeWars and installed it.
    Now i get this error message:
    WARNING: SDL_SetVideoMode failed: Couldn't find matching GLX visual
    Mi internet research brings me to the point to think about 32bit compatibility.
    glxinfo | grep direct ->Yes
    [z13l5ch31b3@fUn ~]$ cat /etc/X11/xorg.conf
    # nvidia-xconfig: X configuration file generated by nvidia-xconfig
    # nvidia-xconfig: version 1.0 (buildmeister@builder63) Wed Oct 1 15:09:35 PDT 2008
    # Auto-generated by Archie mkxcfg
    # Auto-generated by Archie mkxcfg
    Section "ServerLayout"
    # Serial Mouse not detected
    # USB Mouse not detected
    Identifier "Xorg Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    InputDevice "PS/2 Mouse" "CorePointer"
    EndSection
    Section "Files"
    # Additional fonts: Locale, Gimp, TTF...
    # FontPath "/usr/share/lib/X11/fonts/latin2/75dpi"
    # FontPath "/usr/share/lib/X11/fonts/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc:unscaled"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/100dpi"
    FontPath "/usr/share/fonts/PEX"
    FontPath "/usr/share/fonts/cyrillic"
    FontPath "/usr/share/fonts/Type1"
    FontPath "/usr/share/fonts/ttf/western"
    FontPath "/usr/share/fonts/ttf/decoratives"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/truetype/openoffice"
    FontPath "/usr/share/fonts/truetype/ttf-bitstream-vera"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    FontPath "/usr/share/fonts/defoma/CID"
    FontPath "/usr/share/fonts/defoma/TrueType"
    EndSection
    Section "Module"
    Load "ddc" # ddc probing of monitor
    Load "dbe"
    Load "extmod"
    Load "glx"
    Load "bitmap" # bitmap-fonts
    Load "type1"
    Load "freetype"
    Load "record"
    # Load "synaptics"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "de"
    Option "XkbVariant" "nodeadkeys"
    EndSection
    Section "InputDevice"
    Identifier "Serial Mouse"
    Driver "mouse"
    Option "Protocol" "Microsoft"
    Option "Device" "/dev/ttyS0"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "PS/2 Mouse"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "ZAxisMapping" "4 5"
    Option "Device" "/dev/psaux"
    Option "Emulate3Buttons" "true"
    Option "Emulate3Timeout" "70"
    Option "SendCoreEvents" "true"
    EndSection
    Section "InputDevice"
    Identifier "USB Mouse"
    Driver "mouse"
    Option "Device" "/dev/input/mice"
    Option "SendCoreEvents" "true"
    Option "Protocol" "IMPS/2"
    Option "ZAxisMapping" "4 5"
    Option "Buttons" "5"
    EndSection
    Section "Monitor"
    # Warning: This may fry old Monitors
    # Very conservative. May flicker.
    # VertRefresh 50.0 - 62.0 # Extreme conservative. Will flicker. TFT default.
    # Default modes distilled from
    # "VESA and Industry Standards and Guide for Computer Display Monitor
    # Timing", version 1.0, revision 0.8, adopted September 17, 1998.
    # $XFree86: xc/programs/Xserver/hw/xfree86/etc/vesamodes,v 1.4 1999/11/18 16:52:17 tsi Exp $
    # 640x350 @ 85Hz (VESA) hsync: 37.9kHz
    Identifier "Monitor0"
    HorizSync 28.0 - 96.0
    VertRefresh 50.0 - 75.0
    ModeLine "640x350" 31.5 640 672 736 832 350 382 385 445 +hsync -vsync
    ModeLine "640x400" 31.5 640 672 736 832 400 401 404 445 -hsync +vsync
    ModeLine "720x400" 35.5 720 756 828 936 400 401 404 446 -hsync +vsync
    ModeLine "640x480" 25.2 640 656 752 800 480 490 492 525 -hsync -vsync
    ModeLine "640x480" 31.5 640 664 704 832 480 489 491 520 -hsync -vsync
    ModeLine "640x480" 31.5 640 656 720 840 480 481 484 500 -hsync -vsync
    ModeLine "640x480" 36.0 640 696 752 832 480 481 484 509 -hsync -vsync
    ModeLine "800x600" 36.0 800 824 896 1024 600 601 603 625 +hsync +vsync
    ModeLine "800x600" 40.0 800 840 968 1056 600 601 605 628 +hsync +vsync
    ModeLine "800x600" 50.0 800 856 976 1040 600 637 643 666 +hsync +vsync
    ModeLine "800x600" 49.5 800 816 896 1056 600 601 604 625 +hsync +vsync
    ModeLine "800x600" 56.3 800 832 896 1048 600 601 604 631 +hsync +vsync
    ModeLine "1024x768" 44.9 1024 1032 1208 1264 768 768 776 817 +hsync +vsync interlace
    ModeLine "1024x768" 65.0 1024 1048 1184 1344 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 75.0 1024 1048 1184 1328 768 771 777 806 -hsync -vsync
    ModeLine "1024x768" 78.8 1024 1040 1136 1312 768 769 772 800 +hsync +vsync
    ModeLine "1024x768" 94.5 1024 1072 1168 1376 768 769 772 808 +hsync +vsync
    ModeLine "1152x864" 108.0 1152 1216 1344 1600 864 865 868 900 +hsync +vsync
    ModeLine "1280x960" 108.0 1280 1376 1488 1800 960 961 964 1000 +hsync +vsync
    ModeLine "1280x960" 148.5 1280 1344 1504 1728 960 961 964 1011 +hsync +vsync
    ModeLine "1280x1024" 108.0 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
    ModeLine "1280x1024" 157.5 1280 1344 1504 1728 1024 1025 1028 1072 +hsync +vsync
    ModeLine "1600x1200" 162.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 175.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 189.0 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 202.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1600x1200" 229.5 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync
    ModeLine "1792x1344" 204.8 1792 1920 2120 2448 1344 1345 1348 1394 -hsync +vsync
    ModeLine "1792x1344" 261.0 1792 1888 2104 2456 1344 1345 1348 1417 -hsync +vsync
    ModeLine "1856x1392" 218.3 1856 1952 2176 2528 1392 1393 1396 1439 -hsync +vsync
    ModeLine "1856x1392" 288.0 1856 1984 2208 2560 1392 1393 1396 1500 -hsync +vsync
    ModeLine "1920x1440" 234.0 1920 2048 2256 2600 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1920x1440" 297.0 1920 2064 2288 2640 1440 1441 1444 1500 -hsync +vsync
    ModeLine "1800x1440" 230 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "1800x1440" 250 1800 1896 2088 2392 1440 1441 1444 1490 +hsync +vsync
    ModeLine "640x480" 43.16 640 680 744 848 480 481 484 509 -hsync +vsync
    ModeLine "768x576" 34.96 768 792 872 976 576 577 580 597 -hsync +vsync
    ModeLine "768x576" 42.93 768 800 880 992 576 577 580 601 -hsync +vsync
    ModeLine "768x576" 45.51 768 808 888 1008 576 577 580 602 -hsync +vsync
    ModeLine "768x576" 51.84 768 808 888 1008 576 577 580 605 -hsync +vsync
    ModeLine "768x576" 62.57 768 816 896 1024 576 577 580 611 -hsync +vsync
    ModeLine "800x600" 68.18 800 848 936 1072 600 601 604 636 -hsync +vsync
    ModeLine "1024x768" 113.31 1024 1096 1208 1392 768 769 772 814 -hsync +vsync
    ModeLine "1152x864" 81.62 1152 1216 1336 1520 864 865 868 895 -hsync +vsync
    ModeLine "1152x864" 119.65 1152 1224 1352 1552 864 865 868 907 -hsync +vsync
    ModeLine "1152x864" 143.47 1152 1232 1360 1568 864 865 868 915 -hsync +vsync
    ModeLine "1280x960" 124.54 1280 1368 1504 1728 960 961 964 1001 -hsync +vsync
    ModeLine "1280x960" 129.86 1280 1368 1504 1728 960 961 964 1002 -hsync +vsync
    ModeLine "1280x960" 178.99 1280 1376 1520 1760 960 961 964 1017 -hsync +vsync
    ModeLine "1280x1024" 190.96 1280 1376 1520 1760 1024 1025 1028 1085 -hsync +vsync
    ModeLine "1400x1050" 122.61 1400 1488 1640 1880 1050 1051 1054 1087 -hsync +vsync
    ModeLine "1400x1050" 149.34 1400 1496 1648 1896 1050 1051 1054 1094 -hsync +vsync
    ModeLine "1400x1050" 155.85 1400 1496 1648 1896 1050 1051 1054 1096 -hsync +vsync
    ModeLine "1400x1050" 179.26 1400 1504 1656 1912 1050 1051 1054 1103 -hsync +vsync
    ModeLine "1400x1050" 214.39 1400 1512 1664 1928 1050 1051 1054 1112 -hsync +vsync
    ModeLine "1600x1200" 280.64 1600 1728 1904 2208 1200 1201 1204 1271 -hsync +vsync
    Option "DPMS" "true"
    # HorizSync 28.0 - 78.0 # Warning: This may fry very old Monitors
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "All"
    BoardName "All"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 16
    SubSection "Display"
    Depth 1
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    and lsmod
    [z13l5ch31b3@fUn ~]$ lsmod
    Module Size Used by
    nvidia 6893904 26
    udf 82980 1
    crc_itu_t 3840 1 udf
    isofs 33700 0
    zlib_inflate 20096 1 isofs
    ipv6 259812 10
    oss_usb 111116 1
    oss_hdaudio 135396 3
    osscore 535060 2 oss_usb,oss_hdaudio
    parport_pc 36676 1
    ppdev 9092 0
    irtty_sir 7040 0
    joydev 11584 0
    sir_dev 13188 1 irtty_sir
    lp 10980 0
    parport 33004 3 parport_pc,ppdev,lp
    irda 112568 1 sir_dev
    psmouse 38288 0
    crc_ccitt 3840 1 irda
    ppp_generic 24988 0
    serio_raw 7044 0
    pcspkr 4352 0
    k8temp 6144 0
    i2c_viapro 9492 0
    agpgart 29652 1 nvidia
    shpchp 31512 0
    i2c_core 21140 2 nvidia,i2c_viapro
    pci_hotplug 27812 1 shpchp
    sg 28596 0
    thermal 16796 0
    processor 33836 1 thermal
    fan 6020 0
    evdev 10880 5
    usbhid 46016 0
    hid 40960 1 usbhid
    button 7824 0
    ff_memless 6664 1 usbhid
    battery 12036 0
    ac 6020 0
    slhc 7680 1 ppp_generic
    r8169 27396 0
    rtc_cmos 11424 0
    rtc_core 17436 1 rtc_cmos
    rtc_lib 4480 1 rtc_core
    ext3 125704 1
    jbd 45716 1 ext3
    mbcache 8708 1 ext3
    sr_mod 16836 1
    cdrom 36128 1 sr_mod
    sd_mod 25240 3
    ehci_hcd 35596 0
    uhci_hcd 23952 0
    usbcore 132080 5 oss_usb,usbhid,ehci_hcd,uhci_hcd
    sata_via 9220 0
    ahci 27144 0
    ata_generic 6788 0
    pata_via 9732 3
    pata_jmicron 4992 0
    pata_acpi 6016 0
    libata 150048 6 sata_via,ahci,ata_generic,pata_via,pata_jmicron,pata_acpi
    scsi_mod 95692 4 sg,sr_mod,sd_mod,libata
    dock 9488 1 libata
    ...at last the grep glx
    [z13l5ch31b3@fUn ~]$ cat /etc/X11/xorg.conf | grep glx
    Load "glx"
    I ve tried to install ia32-libs, read about it,... but there are no packages on AUR.
    In the Zerowings - FAQ i was reading this:
    Running 32 bit binaries on a 64 bit system
    You need to install various 32 bit compatibility libraries. Most distributions have an all-in-one package that will provide everything you need.
    On another thread in our forum, i found this (for ET:W http://bbs.archlinux.org/viewtopic.php?id=46846 ):
    System:
    Archlinux 64bit
    32bit libs: (installed with pacman "What else cool")
    lib32-glibc, lib32-gcc-libs, lib32-alsa-lib, lib32-libstdc++5, lib32-openal, lib32-libxdamage, lib32-libxfixes, lib32-sdl
    but i cant find em on pacman,... or AUR.
    Then i tried to download the lib32-libgl ... from here -> http://archlinux.org/packages/search/?q=lib32-libgl ... but its not online, too.
    So what the heck is goin' on ? Why cant i run my ET:QW on Arch64 ? Any chances ?
    At last my ET:QW lines:
    [z13l5ch31b3@fUn ~]$ cd /usr/local/games/etqw/
    [z13l5ch31b3@fUn etqw]$ ./etqw
    ETQW 1.5.12663.12663 linux-x86 May 9 2008 13:50:52
    found interface lo - loopback
    found interface eth0 - 192.168.0.10/255.255.255.0
    CPU: AMD CPU with MMX & 3DNow! & SSE & SSE2 & SSE3
    ETQW using generic code for SIMD processing
    enabled Flush-To-Zero mode
    ------ Initializing File System ------
    Loaded pk4 /usr/local/games/etqw/base/game000.pk4 with checksum 0x3efd73a5
    Loaded pk4 /usr/local/games/etqw/base/game001.pk4 with checksum 0xa02f1c18
    Loaded pk4 /usr/local/games/etqw/base/game002.pk4 with checksum 0x87457e61
    Loaded pk4 /usr/local/games/etqw/base/pak000.pk4 with checksum 0x442eb08b
    Loaded pk4 /usr/local/games/etqw/base/pak001.pk4 with checksum 0x10e16e6
    Loaded pk4 /usr/local/games/etqw/base/pak002.pk4 with checksum 0x8dbe7353
    Loaded pk4 /usr/local/games/etqw/base/pak003.pk4 with checksum 0x99dfcabb
    Loaded pk4 /usr/local/games/etqw/base/pak004.pk4 with checksum 0x7e49f838
    Loaded pk4 /usr/local/games/etqw/base/pak005.pk4 with checksum 0x5ccc7213
    Loaded pk4 /usr/local/games/etqw/base/pak006.pk4 with checksum 0x9edf1b7d
    Loaded pk4 /usr/local/games/etqw/base/pak007.pk4 with checksum 0x74a1a2f
    Loaded pk4 /usr/local/games/etqw/base/pak008.pk4 with checksum 0x71a93b80
    Loaded pk4 /usr/local/games/etqw/base/zpak_english000.pk4 with checksum 0x977c7bd0
    Loaded pk4 /usr/local/games/etqw/base/zpak_english001.pk4 with checksum 0x6583cd8
    Loaded pk4 /usr/local/games/etqw/base/zpak_english002.pk4 with checksum 0x8dc70e3d
    Loaded pk4 /usr/local/games/etqw/base/zpak_english003.pk4 with checksum 0xc2d7ed49
    Loaded pk4 /usr/local/games/etqw/base/zpak_french001.pk4 with checksum 0x3bd7a062
    Loaded pk4 /usr/local/games/etqw/base/zpak_french002.pk4 with checksum 0x79287190
    Loaded pk4 /usr/local/games/etqw/base/zpak_french003.pk4 with checksum 0x8f315c7b
    Loaded pk4 /usr/local/games/etqw/base/zpak_german001.pk4 with checksum 0xa694c3f1
    Loaded pk4 /usr/local/games/etqw/base/zpak_german002.pk4 with checksum 0x64bee731
    Loaded pk4 /usr/local/games/etqw/base/zpak_german003.pk4 with checksum 0x370e6186
    Loaded pk4 /usr/local/games/etqw/base/zpak_korean000.pk4 with checksum 0xd42c084
    Loaded pk4 /usr/local/games/etqw/base/zpak_korean001.pk4 with checksum 0x4de6a4e7
    Loaded pk4 /usr/local/games/etqw/base/zpak_korean002.pk4 with checksum 0x15d2c9af
    Loaded pk4 /usr/local/games/etqw/base/zpak_korean003.pk4 with checksum 0x4f8dfac1
    Loaded pk4 /usr/local/games/etqw/base/zpak_polish001.pk4 with checksum 0x2575ff8e
    Loaded pk4 /usr/local/games/etqw/base/zpak_polish002.pk4 with checksum 0x3ab92dd6
    Loaded pk4 /usr/local/games/etqw/base/zpak_polish003.pk4 with checksum 0x8d9af876
    Loaded pk4 /usr/local/games/etqw/base/zpak_russian001.pk4 with checksum 0xf3e91581
    Loaded pk4 /usr/local/games/etqw/base/zpak_russian002.pk4 with checksum 0x38b1a37c
    Loaded pk4 /usr/local/games/etqw/base/zpak_russian003.pk4 with checksum 0x7e90b040
    Loaded pk4 /usr/local/games/etqw/base/zpak_spanish001.pk4 with checksum 0xd609566c
    Loaded pk4 /usr/local/games/etqw/base/zpak_spanish002.pk4 with checksum 0xcf994ada
    Loaded pk4 /usr/local/games/etqw/base/zpak_spanish003.pk4 with checksum 0xe7d989bc
    Current search path:
    /home/DerWanderer/.etqwcl/base
    /usr/local/games/etqw/base
    /usr/local/games/etqw/base/zpak_spanish003.pk4 (6 files)
    /usr/local/games/etqw/base/zpak_spanish002.pk4 (119 files)
    /usr/local/games/etqw/base/zpak_spanish001.pk4 (13 files)
    /usr/local/games/etqw/base/zpak_russian003.pk4 (5 files)
    /usr/local/games/etqw/base/zpak_russian002.pk4 (119 files)
    /usr/local/games/etqw/base/zpak_russian001.pk4 (13 files)
    /usr/local/games/etqw/base/zpak_polish003.pk4 (6 files)
    /usr/local/games/etqw/base/zpak_polish002.pk4 (119 files)
    /usr/local/games/etqw/base/zpak_polish001.pk4 (13 files)
    /usr/local/games/etqw/base/zpak_korean003.pk4 (5 files)
    /usr/local/games/etqw/base/zpak_korean002.pk4 (12 files)
    /usr/local/games/etqw/base/zpak_korean001.pk4 (12 files)
    /usr/local/games/etqw/base/zpak_korean000.pk4 (6 files)
    /usr/local/games/etqw/base/zpak_german003.pk4 (5 files)
    /usr/local/games/etqw/base/zpak_german002.pk4 (119 files)
    /usr/local/games/etqw/base/zpak_german001.pk4 (13 files)
    /usr/local/games/etqw/base/zpak_french003.pk4 (14 files)
    /usr/local/games/etqw/base/zpak_french002.pk4 (119 files)
    /usr/local/games/etqw/base/zpak_french001.pk4 (13 files)
    /usr/local/games/etqw/base/zpak_english003.pk4 (7 files)
    /usr/local/games/etqw/base/zpak_english002.pk4 (117 files)
    /usr/local/games/etqw/base/zpak_english001.pk4 (9 files)
    /usr/local/games/etqw/base/zpak_english000.pk4 (1018 files)
    /usr/local/games/etqw/base/pak008.pk4 (1496 files)
    /usr/local/games/etqw/base/pak007.pk4 (1510 files)
    /usr/local/games/etqw/base/pak006.pk4 (3 files)
    /usr/local/games/etqw/base/pak005.pk4 (2172 files)
    /usr/local/games/etqw/base/pak004.pk4 (72 files)
    /usr/local/games/etqw/base/pak003.pk4 (1133 files)
    /usr/local/games/etqw/base/pak002.pk4 (1637 files)
    /usr/local/games/etqw/base/pak001.pk4 (1067 files)
    /usr/local/games/etqw/base/pak000.pk4 (9350 files)
    /usr/local/games/etqw/base/game002.pk4 (3 files)
    /usr/local/games/etqw/base/game001.pk4 (11 files)
    /usr/local/games/etqw/base/game000.pk4 (3 files)
    game DLL: 0x0 in pak: 0x0
    Addon pk4s:
    file system initialized.
    ----- Initializing Decls -----
    Decompressing the global token cache...3566Kb
    couldn't exec 'etqwconfig.cfg'
    execing 'localization/english/defaultbinds.cfg'
    couldn't exec 'etqwbinds.cfg'
    couldn't exec 'autoexec.cfg'
    Vendor: Device:
    /proc/cpuinfo CPU frequency: 2998.37 MHz
    parse /proc/cpuinfo for CPU information
    2 logical, 1 physical CPU(s)
    detecting video ram (set sys_videoRam on command line to override) ..
    found XNVCtrl extension 1.17
    Detected
    1 3.00 GHz CPU
    2032 MB of System memory
    128 MB of Video memory on an optimal video architecture
    This system qualifies for Low quality.
    Initializing SDL subsystem
    Loading GL driver 'libGL.so.1' through SDL
    Desktop resolution: 1024x768
    execing 'specs/minspec.dat'
    execing 'specs/minspec_cpu.dat'
    execing 'specs/minspec_gamedetail.dat'
    execing 'specs/minspec_gpu.dat'
    execing 'specs/minspec_gpudetail.dat'
    execing 'specs/minspec_lighting.dat'
    execing 'specs/minspec_foliage.dat'
    Vendor: Device:
    execing 'specs/minspec_foliage.dat'
    Opening IP socket: localhost:-1
    thread priority set to 1
    Failed to open server license code file for reading.
    SDL_ListModes:
    1024x768 960x600 840x525 832x624 800x600 800x512 768x576 720x450 720x400 640x512 640x480
    640x400 640x384 640x350 576x432 576x384 512x384 416x312 400x300 360x200 320x240
    320x200 320x175
    SDL_ListModes are currently ignored for resolution filtering. Set r_useSDLModes to 1 if you want it
    WARNING: SDL_SetVideoMode failed: Couldn't find matching GLX visual
    ------- Initializing renderSystem --------
    ----- R_InitOpenGL -----
    signal caught: 'Segmentation fault', si_code 1
    callstack:
    0x0
    [0x082e80e1]
    [0x082e549d]
    [0xb7f9140c]
    Trying to exit gracefully..
    --------------- BSE Shutdown ----------------
    Shutting down SDL subsystem
    idRenderSystem::Shutdown()
    I really hope yo can help me. Thnx for reading...

    z13l5ch31b3 wrote:
    skottish wrote:
    z13l5ch31b3 wrote:AUR is on my mirrorlist.
    AUR can't be on your mirror list. There are no binaries there. The packages that have binaries from AUR are in community.
    Ive added with "nano /etc/pacman.d/mirrorlist" the "Server = http://repo.archlinux.fr/i686" at the end of the list. If i am typing "yaourt armyops" , the repository of the correct package will be shown. So AUR is on my mirrorlist or not ?
    Can i install the lib32 version without deleting the 64bit driver ?
    me wrote:AUR can't be on your mirror list. There are no binaries there. The packages that have binaries from AUR are in community.
    And no, lib32 versions will not overwrite 64 bit libraries.
    pacman wrote:[skottish@iasE ~]$ pacman -Ss | grep lib32
    community/lib32-alsa-lib 1.0.17a-1 (lib32)
    community/lib32-atk 1.22.0-1 (lib32)
    community/lib32-cairo 1.6.4-1.1 (lib32)
    community/lib32-catalyst-utils 8.8-1 (lib32)
    community/lib32-dbus 1.2.3-1
    community/lib32-e2fsprogs 1.40.8-1.1
    community/lib32-expat 2.0.1-1.1 (lib32)
    community/lib32-fontconfig 2.6.0-2 (lib32)
    community/lib32-freetype2 2.3.7-1 (lib32)
    community/lib32-gcc-libs 4.3.2-1 (lib32)
    community/lib32-glib2 2.18.0-1 (lib32)
    community/lib32-glibc 2.8-3 (lib32)
    community/lib32-gnutls 2.4.1-3 (lib32)
    community/lib32-gtk2 2.12.11-3 (lib32)
    community/lib32-libart-lgpl 2.3.20-1 (lib32)
    community/lib32-libcups 1.3.8-2 (lib32)
    community/lib32-libdrm 2.3.1-1 (lib32)
    community/lib32-libgcrypt 1.4.2-1 (lib32)
    community/lib32-libgl 7.0.3-2 (lib32)
    community/lib32-libgpg-error 1.6-1.1 (lib32)
    community/lib32-libice 1.0.4-1 (lib32)
    community/lib32-libjpeg 6b-4 (lib32)
    community/lib32-libpng 1.2.31-1 (lib32)
    community/lib32-libsm 1.1.0-1.1 (lib32)
    community/lib32-libstdc++5 3.3.6-3 (lib32)
    community/lib32-libtasn1 1.5-2 (lib32)
    community/lib32-libtiff 3.8.2-4 (lib32)
    community/lib32-libx11 1.1.5-2 (lib32)
    community/lib32-libxau 1.0.4-1 (lib32)
    community/lib32-libxcb 1.1.90.1-1 (lib32)
    community/lib32-libxcomposite 0.4.0-1 (lib32)
    community/lib32-libxcursor 1.1.9-1 (lib32)
    community/lib32-libxdamage 1.1.1-1 (lib32)
    community/lib32-libxdmcp 1.0.2-1 (lib32)
    community/lib32-libxext 1.0.4-1 (lib32)
    community/lib32-libxfixes 4.0.3-1 (lib32)
    community/lib32-libxft 2.1.13-1 (lib32)
    community/lib32-libxi 1.1.3-1 (lib32)
    community/lib32-libxinerama 1.0.3-1 (lib32)
    community/lib32-libxml2 2.6.32-2 (lib32)
    community/lib32-libxmu 1.0.4-1 (lib32)
    community/lib32-libxrandr 1.2.3-1 (lib32)
    community/lib32-libxrender 0.9.4-1 (lib32)
    community/lib32-libxslt 1.1.24-1 (lib32)
    community/lib32-libxt 1.0.5-1 (lib32)
    community/lib32-libxtst 1.0.3-1 (lib32)
    community/lib32-libxxf86vm 1.0.2-1 (lib32)
    community/lib32-lzo2 2.02-3.1 (lib32)
    community/lib32-mesa 7.0.3-2 (lib32)
    community/lib32-nas 1.9.1-2 (lib32)
    community/lib32-ncurses 5.6-8 (lib32)
    community/lib32-nvidia-utils 177.80-1 (lib32)
    community/lib32-openal 0.0.8-4.1 (lib32)
    community/lib32-opencdk 0.6.6-1.1 (lib32)
    community/lib32-pango 1.20.5-1 (lib32)
    community/lib32-pciutils 3.0.0-2 (lib32)
    community/lib32-pcre 7.8-1 (lib32)
    community/lib32-pixman 0.12.0-1 (lib32)
    community/lib32-qt 4.4.2-2 (lib32)
    community/lib32-qt3 3.3.8-9 (lib32)
    community/lib32-readline 5.2-8 (lib32)
    community/lib32-sdl 1.2.13-1 (lib32)
    community/lib32-zlib 1.2.3.3-2 (lib32)
    Last edited by skottish (2008-10-10 18:25:34)

  • [SOLVED] mplayer2 missing shared libraries

    Hi there,
    After upgrading mplayer2 to version "20130428-4", I found that it cannot link to some shared libraries, including:
            libgif.so.6 => not found
            libavcodec.so.55 => not found
            libavformat.so.55 => not found
    $ ldd `which mplayer`
    linux-vdso.so.1 (0x00007fff69dfe000)
    libncursesw.so.5 => /usr/lib/libncursesw.so.5 (0x00007fdd9df1d000)
    libquvi.so.7 => /usr/lib/libquvi.so.7 (0x00007fdd9dd12000)
    libvdpau.so.1 => /usr/lib/libvdpau.so.1 (0x00007fdd9db0e000)
    libcaca.so.0 => /usr/lib/libcaca.so.0 (0x00007fdd9d840000)
    libpng16.so.16 => /usr/lib/libpng16.so.16 (0x00007fdd9d60b000)
    libz.so.1 => /usr/lib/libz.so.1 (0x00007fdd9d3f5000)
    libjpeg.so.8 => /usr/lib/libjpeg.so.8 (0x00007fdd9d1a0000)
    libgif.so.6 => not found
    libpulse.so.0 => /usr/lib/libpulse.so.0 (0x00007fdd9cf56000)
    libjack.so.0 => /usr/lib/libjack.so.0 (0x00007fdd9cd39000)
    libpthread.so.0 => /usr/lib/libpthread.so.0 (0x00007fdd9cb1d000)
    libasound.so.2 => /usr/lib/libasound.so.2 (0x00007fdd9c826000)
    libbluray.so.1 => /usr/lib/libbluray.so.1 (0x00007fdd9c5fd000)
    libdvdread.so.4 => /usr/lib/libdvdread.so.4 (0x00007fdd9c3e0000)
    libcdio_paranoia.so.1 => /usr/lib/libcdio_paranoia.so.1 (0x00007fdd9c1d8000)
    libcdio_cdda.so.1 => /usr/lib/libcdio_cdda.so.1 (0x00007fdd9bfd0000)
    libcdio.so.14 => /usr/lib/libcdio.so.14 (0x00007fdd9bda7000)
    libm.so.6 => /usr/lib/libm.so.6 (0x00007fdd9baa9000)
    libass.so.4 => /usr/lib/libass.so.4 (0x00007fdd9b88e000)
    libenca.so.0 => /usr/lib/libenca.so.0 (0x00007fdd9b65b000)
    libmad.so.0 => /usr/lib/libmad.so.0 (0x00007fdd9b43b000)
    libvorbis.so.0 => /usr/lib/libvorbis.so.0 (0x00007fdd9b20e000)
    libogg.so.0 => /usr/lib/libogg.so.0 (0x00007fdd9b007000)
    libtheora.so.0 => /usr/lib/libtheora.so.0 (0x00007fdd9adb8000)
    libmpg123.so.0 => /usr/lib/libmpg123.so.0 (0x00007fdd9ab64000)
    liba52.so.0 => /usr/lib/liba52.so.0 (0x00007fdd9a952000)
    libdca.so.0 => /usr/lib/libdca.so.0 (0x00007fdd9a729000)
    libfaad.so.2 => /usr/lib/libfaad.so.2 (0x00007fdd9a4e6000)
    libavutil.so.52 => /usr/lib/libavutil.so.52 (0x00007fdd9a2b2000)
    libavcodec.so.55 => not found
    libavformat.so.55 => not found
    libswscale.so.2 => /usr/lib/libswscale.so.2 (0x00007fdd9a062000)
    libpostproc.so.52 => /usr/lib/libpostproc.so.52 (0x00007fdd99e44000)
    libavresample.so.1 => /usr/lib/libavresample.so.1 (0x00007fdd99c25000)
    libxvidcore.so.4 => /usr/lib/libxvidcore.so.4 (0x00007fdd9990d000)
    libdl.so.2 => /usr/lib/libdl.so.2 (0x00007fdd99709000)
    libdvdnavmini.so.4 => /usr/lib/libdvdnavmini.so.4 (0x00007fdd994f5000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00007fdd992e3000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00007fdd98fa8000)
    libXss.so.1 => /usr/lib/libXss.so.1 (0x00007fdd98da4000)
    libXv.so.1 => /usr/lib/libXv.so.1 (0x00007fdd98b9e000)
    libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x00007fdd9899b000)
    libXxf86vm.so.1 => /usr/lib/libXxf86vm.so.1 (0x00007fdd98795000)
    libSDL-1.2.so.0 => /usr/lib/libSDL-1.2.so.0 (0x00007fdd984fd000)
    libGL.so.1 => /usr/lib/libGL.so.1 (0x00007fdd9829f000)
    liblirc_client.so.0 => /usr/lib/liblirc_client.so.0 (0x00007fdd98098000)
    libc.so.6 => /usr/lib/libc.so.6 (0x00007fdd97ceb000)
    libcurl.so.4 => /usr/lib/libcurl.so.4 (0x00007fdd97a88000)
    liblua.so.5.2 => /usr/lib/liblua.so.5.2 (0x00007fdd97856000)
    libjson-c.so.2 => /usr/lib/libjson-c.so.2 (0x00007fdd9764b000)
    libpulsecommon-4.0.so => /usr/lib/pulseaudio/libpulsecommon-4.0.so (0x00007fdd973de000)
    libdbus-1.so.3 => /usr/lib/libdbus-1.so.3 (0x00007fdd97197000)
    librt.so.1 => /usr/lib/librt.so.1 (0x00007fdd96f8f000)
    /lib64/ld-linux-x86-64.so.2 (0x00007fdd9e17c000)
    libxml2.so.2 => /usr/lib/libxml2.so.2 (0x00007fdd96c27000)
    libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x00007fdd9696d000)
    libfribidi.so.0 => /usr/lib/libfribidi.so.0 (0x00007fdd96754000)
    libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x00007fdd96518000)
    libltdl.so.7 => /usr/lib/libltdl.so.7 (0x00007fdd9630e000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007fdd960ef000)
    libglapi.so.0 => /usr/lib/libglapi.so.0 (0x00007fdd95ec9000)
    libXdamage.so.1 => /usr/lib/libXdamage.so.1 (0x00007fdd95cc6000)
    libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x00007fdd95ac0000)
    libX11-xcb.so.1 => /usr/lib/libX11-xcb.so.1 (0x00007fdd958be000)
    libxcb-glx.so.0 => /usr/lib/libxcb-glx.so.0 (0x00007fdd956a6000)
    libxcb-dri2.so.0 => /usr/lib/libxcb-dri2.so.0 (0x00007fdd954a1000)
    libdrm.so.2 => /usr/lib/libdrm.so.2 (0x00007fdd9e34f000)
    libssh2.so.1 => /usr/lib/libssh2.so.1 (0x00007fdd95278000)
    libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0x00007fdd9500c000)
    libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0x00007fdd94c02000)
    libsndfile.so.1 => /usr/lib/libsndfile.so.1 (0x00007fdd9499c000)
    libasyncns.so.0 => /usr/lib/libasyncns.so.0 (0x00007fdd94796000)
    liblzma.so.5 => /usr/lib/liblzma.so.5 (0x00007fdd94573000)
    libbz2.so.1.0 => /usr/lib/libbz2.so.1.0 (0x00007fdd94363000)
    libexpat.so.1 => /usr/lib/libexpat.so.1 (0x00007fdd94139000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x00007fdd93f35000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007fdd93d2f000)
    libFLAC.so.8 => /usr/lib/libFLAC.so.8 (0x00007fdd93afd000)
    libvorbisenc.so.2 => /usr/lib/libvorbisenc.so.2 (0x00007fdd9362e000)
    libnsl.so.1 => /usr/lib/libnsl.so.1 (0x00007fdd93416000)
    libresolv.so.2 => /usr/lib/libresolv.so.2 (0x00007fdd931ff000)
    Downgrading to version "20130428-1" solved the problem.
    Anyone also encounter this? Is it a packaging issue? Thanks.
    Last edited by ffjia (2013-08-07 12:53:14)

    Sorry guys, I had a problem updating "extra" repo, and did a partial updates.
    Re-sync the repository solved the issue, thanks.

  • Missing external libraries on deployment

    I have created a Web project under IBM Rational Application Developer 7 and a EAR project that deploys that web application under WebSphere v6.1.
    When I publish the web application on WebSphere, the external libraries are not found or not published with it. I have included the external libraries into the main Web project, but still it is not taken into account.
    Anyone know what the cause of this could be?
    In order to run my program I have to create the WAR file with Maven og install it manually on WebSphere. This has become tedious and wastes alot of time.

    The application probably thinks it's a camera drive. Post a screen shot if the root level of the partition. Look for folders with names like Private.

  • Missing python libraries such as rsvg

    Hello, I'm new to Arch Linux and Linux in general. I've just manually installed tpfand and tpfan-admin from https://launchpad.net/tp-fan which are fan controllers for Thinkpads. I had some trouble running tpfan-admin, because it was looking for a missing python import for rsvg.
    So I commented everything that had to do with (r)svg in tpfan-admin/fan.py and was finally able to run tpfan-admin, just without the svg graphics for the fan. I ran it as unprivileged and pressed the Unlock button, expecting a popup asking for the root password. It crashed with the following output:
    Traceback (most recent call last):
    File "/usr/bin/tpfan-admin", line 24, in <module>
    tpfanadmin.globals.temperature_dialog.run()
    File "/usr/lib/python2.5/site-packages/tpfanadmin/temperaturedialog.py", line 297, in run
    os.execvp(build.run_as_root_cmd, build.run_as_root_args)
    File "/usr/lib/python2.5/os.py", line 353, in execvp
    _execvpe(file, args)
    File "/usr/lib/python2.5/os.py", line 389, in _execvpe
    func(fullname, *argrest)
    OSError: [Errno 2] No such file or directory
    Running tpfan-admin as root works fine, but I'm worried that something messy is going on. Is there a clean way to install these Thinkpad fan control programs through pacman? Also, where can I get other python modules such as rsvg?
    Thanks.

    There's a fan controller for the T60, but I doubt it would work on my R40. Thanks for the AUR tip though, I found dtach there as well
    I found a fancontrol script under /usr/bin/ which relied on pwmconfig. pwmconfig bugs out on me saying something about fan divisors, but it has the nice side-effect of leaving my fans at 100%, which was exactly what I needed. Except that putting it in my rc.local script or running it as a daemon in rc.conf stops the fans after a few seconds rather than leaving them on. Am I doing something wrong? For now I'm forced to run pwmconfig manually on login. I really intend the laptop to be a personal server as well as for folding 24/7 so I'd prefer being able to start the fans without having to login.

  • Swi-prolog package is missing interface libraries for Java (jpl)

    I want to embed Prolog in my Java app, but Arch's swi-prolog package doesn't seem to have the Java interface libraries (jpl) included. Anyone know why?

    Hi, I have the same problem. Did you find the solution? Would be nice if you can help.

  • Missing libraries,network and computer in file explorer

    Hi,
    I have a windows server 2012r2 and this one is missing the libraries,network and the computer icons
    how to get them back?
    Aniel

    Hi,
    Try to use “sfc /scannow” command to scan all protected system files and replaces incorrect versions with correct Microsoft versions.
    Or you may try to reinstall user interface feature. Detailed information reference:
    http://blogs.technet.com/b/yungchou/archive/2012/07/18/windows-server-2012-installation-options.aspx
    Does this problem occur at the beginning of WS 2012 R2 was installed?
    Best Regards,
    Eve Wang
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    No the problem wasn't there when I installed the server.
    I will try and give you feedback.
    Regards,
    Aniel
    Aniel

  • How to create new OC4J instance in AS 10.1.3 with BC4J- and ADF-Libraries

    Hi
    I have done all the steps mentioned in this thread:
    How to create new OC4J instance in AS 10.1.3
    However, the new created OC4J instance obviously misses some libraries. If I deploy my Application to this OC4J I get an internal error: Class not found: oracle.jbo.JboException.
    The same Application runs well in the "home" Instance.
    What is the trick, to create a new OC4J instance, which more or less behaves the same way as the "home" instances (and especially has all the same libraries)?
    Thanks for your help
    Frank Brandstetter

    I encountered this last month. I definitely agree that it is a glaring omission to not have "Create Like" functionality when instantiating new containers. Here's my notes on the manual steps required after using createinstance to create the fresh container. Not too bad. I've been deploying ADF applications to the new container with no problems after this.
    ==============
    The default (home) OC4J container is pre-configured for ADF 10.1.3 applications; however, when $ORACLE_HOME/bin/createinstance is used to create additional containers, these containers are not configured automatically to host ADF 10.1.3 applications.
    I followed these manual steps:
    1. $ORACLE_HOME/j2ee/home/config/server.xml defines three shared libraries that "install" the needed JARs for Oracle ADF applications in your application server instance (container). Note that "install" does not necessarily mean available to applications (see Step 2). Copy the three shared library element definitions to the <application-server> element of your new container (in server.xml).
    <shared-library name="oracle.expression-evaluator" version="10.1.3" library-compatible="true">
         <code-source path="/usr2/oracle/as10130/jlib/commons-el.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/oracle-el.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/jsp-el-api.jar"/>
    </shared-library>
    <shared-library name="adf.oracle.domain" version="10.1.3" library-compatible="true">
         <code-source path="/usr2/oracle/as10130/BC4J/lib"/>
         <code-source path="/usr2/oracle/as10130/jlib/commons-cli-1.0.jar"/>
         <code-source path="/usr2/oracle/as10130/mds/lib/concurrent.jar"/>
         <code-source path="/usr2/oracle/as10130/mds/lib/mdsrt.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/share.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/regexp.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/xmlef.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adfmtl.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adfui.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adf-connections.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/dc-adapters.jar"/>
         <code-source path="/usr2/oracle/as10130/ord/jlib/ordim.jar"/>
         <code-source path="/usr2/oracle/as10130/ord/jlib/ordhttp.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/ojmisc.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/jdev-cm.jar"/>
         <code-source path="/usr2/oracle/as10130/lib/xsqlserializers.jar"/>
         <import-shared-library name="oracle.xml"/>
         <import-shared-library name="oracle.jdbc"/>
         <import-shared-library name="oracle.cache"/>
         <import-shared-library name="oracle.dms"/>
         <import-shared-library name="oracle.sqlj"/>
         <import-shared-library name="oracle.toplink"/>
         <import-shared-library name="oracle.ws.core"/>
         <import-shared-library name="oracle.ws.client"/>
         <import-shared-library name="oracle.xml.security"/>
         <import-shared-library name="oracle.ws.security"/>
         <import-shared-library name="oracle.ws.reliability"/>
         <import-shared-library name="oracle.jwsdl"/>
         <import-shared-library name="oracle.http.client"/>
         <import-shared-library name="oracle.expression-evaluator"/>
    </shared-library>
    <shared-library name="adf.generic.domain" version="10.1.3" library-compatible="true">
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/bc4jdomgnrc.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/lib"/>
         <code-source path="/usr2/oracle/as10130/jlib/commons-cli-1.0.jar"/>
         <code-source path="/usr2/oracle/as10130/mds/lib/concurrent.jar"/>
         <code-source path="/usr2/oracle/as10130/mds/lib/mdsrt.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/share.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/regexp.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/xmlef.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adfmtl.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adfui.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/adf-connections.jar"/>
         <code-source path="/usr2/oracle/as10130/BC4J/jlib/dc-adapters.jar"/>
         <code-source path="/usr2/oracle/as10130/ord/jlib/ordim.jar"/>
         <code-source path="/usr2/oracle/as10130/ord/jlib/ordhttp.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/ojmisc.jar"/>
         <code-source path="/usr2/oracle/as10130/jlib/jdev-cm.jar"/>
         <code-source path="/usr2/oracle/as10130/lib/xsqlserializers.jar"/>
         <import-shared-library name="oracle.xml"/>
         <import-shared-library name="oracle.jdbc"/>
         <import-shared-library name="oracle.cache"/>
         <import-shared-library name="oracle.dms"/>
         <import-shared-library name="oracle.sqlj"/>
         <import-shared-library name="oracle.toplink"/>
         <import-shared-library name="oracle.ws.core"/>
         <import-shared-library name="oracle.ws.client"/>
         <import-shared-library name="oracle.xml.security"/>
         <import-shared-library name="oracle.ws.security"/>
         <import-shared-library name="oracle.ws.reliability"/>
         <import-shared-library name="oracle.jwsdl"/>
         <import-shared-library name="oracle.http.client"/>
         <import-shared-library name="oracle.expression-evaluator"/>
    </shared-library>
    2. To make the necessary ADF and JSF support libraries available to your deployed ADF application, the default application (that your ADF application and the majority of applications should inherit from) should explicitly import the shared library in the <orion-application> element of $ORACLE_HOME/j2ee/<your container>/config/application.xml.
    <imported-shared-libraries>
         <import-shared-library name="adf.oracle.domain"/>
    </imported-shared-libraries>
    Note: the adf.oracle.domain shared library imports several other shared libraries including oracle.expression-evaluator.

  • IPhoto LIbrary missing after Snow Leopard upgrade MISSING FROM TimeCapsule!

    _+*VERY ANGRY!!_!+*
    My iPhoto library is missing from users/pictures after upgrade to 10.6
    I figure I am backed up - use time machine/time capsule (ran it just before upgrade to be safe)
    When I look at Time Capsule to restore, there are NO iPhoto libraries there anymore! None, over a year of running time machine!
    I have used time machine and time capsule to restore my mac in the past, it worked, iPhoto was restored fine.
    How can this be?!

    Any word back from Apple (engineers or otherwise) on the missing iPhoto libraries? I updated our MacBook from 10.5 to 10.6 last night and all of our photos from 11/07 on have vanished. This corresponds to the date I purchased the current MacBook and of course, is close to the birth date of my two year old. Obviously, I am also furious that it looks like I've lost all of our photos of our only daugter. I also have a time machine back-up, but the folks at the Apple Store in Oak Brook thus far have been unable to find any indication of any additional photos on my dedicated back-up drive, suggesting that the iPhoto has never been backed up properly (the time machine back up drive has been in use for approx 1.5-years). I am amazed that this type of issue has occurred. Taking the Apple Genius' best guess of the situation, there appear to be at least two serious flaws: the 10.6 upgrade causes of significant loss of data (drive went from approx 7GB free to 52GB free), and (ii) Time Machine has never properly backed up the data in the first instance.
    The Apple Genius just called again and wanted to give up, but as a last gasp, I convinced them to restore the whole 10.5 install off the drive, in hopes that 10.5 might recognize the library where 10.6 cannot. Given my understanding that Time Machine was supposed to back-up the whole drive, I have faint hopes this might work.

  • Problem connecting to Weblogic Server

    I have a JMS application for which I am trying to create a connection factory for Oracle ESB (Weblogic). I added the wlfullclient.jar to my classpath and start the application. I receive the following error in my application's log?
    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jms.connection.oracle' defined in ServletContext resource [WEB-INF/spring/context-oracle.xml]: Invocation of init method failed; nested exception is javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory]
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1338)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:473)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
         at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
         at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
         at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
         at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
         at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269)
         ... 87 more
    Caused by: javax.naming.NoInitialContextException: Cannot instantiate class: weblogic.jndi.WLInitialContextFactory [Root exception is java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory]
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:657)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
         at javax.naming.InitialContext.init(InitialContext.java:223)
         at javax.naming.InitialContext.<init>(InitialContext.java:197)
         at org.springframework.jndi.JndiTemplate.createInitialContext(JndiTemplate.java:137)
         at org.springframework.jndi.JndiTemplate.getContext(JndiTemplate.java:104)
         at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:86)
         at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:153)
         at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:178)
         at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:95)
         at org.springframework.jndi.JndiObjectLocator.lookup(JndiObjectLocator.java:105)
         at org.springframework.jndi.JndiObjectTargetSource.afterPropertiesSet(JndiObjectTargetSource.java:96)
         at org.springframework.jndi.JndiObjectFactoryBean$JndiObjectProxyFactory.createJndiObjectProxy(JndiObjectFactoryBean.java:284)
         at org.springframework.jndi.JndiObjectFactoryBean$JndiObjectProxyFactory.access$000(JndiObjectFactoryBean.java:273)
         at org.springframework.jndi.JndiObjectFactoryBean.afterPropertiesSet(JndiObjectFactoryBean.java:176)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1369)
         at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1335)
         ... 97 more
    Caused by: java.lang.ClassNotFoundException: weblogic.jndi.WLInitialContextFactory
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1387)
         at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1233)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Class.java:247)
         at com.sun.naming.internal.VersionHelper12.loadClass(VersionHelper12.java:46)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:654)
         ... 113 more
    Is this the correct JAR to add and if so how can I resolve this problem?

    Exception that you shows clearly says your enviroment does not find weblogic.jndi.WLInitialContextFactory class, this class is inside weblogic.jar, wlclient.jar, etc, however. If you only has added wlclient and wljmsclient probably there are missing some libraries that your application requires, I suggest try with weblogic.jar instead of wlclient.jar + wljmsclient.jar.
    If this works, maybe you are not building your wlfullclient.jar correctly.

  • 500 Internal Server Error running SRList.jsp from ADFBC_tutorial (OTN)

    Hello!
    I am running through the JDeveloper totorial (ADFBC_tutorial) posted on OTN. I have gone as far as Chapter 5 but when I run the SRList.jsp page, I get the 500 Internal Server Error:
    I have had no issues running through the tutorial in the design time but when I run the app I get the following error:
    Error Details are as:
    java.lang.NullPointerException     at javax.faces.webapp.UIComponentTag.isValueReference(UIComponentTag.java:336)     at oracle.adfinternal.view.faces.taglib.AttributeTag.doStartTag(AttributeTag.java:84)     at app.SRList._jspService(_SRList.java:109)     [app/SRList.jsp]     at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:287)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)     at com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)     at com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)     at oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)     at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)     at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)     at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)     at oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)     at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)     at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)     at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)     at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)     at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)     at java.lang.Thread.run(Thread.java:595)
    Also, I tried to run the application in debug mode and this is what I find:
    1. Unable to find source file for the package oracle.adfinternal.view.faces.application, filename ViewHandlerImpl.java
    2. Unable to find source file for the package oracle.adfinternal.view.faces.webapp, filename AdfFacesFilterImpl.java
    Am I missing any libraries?
    Thanks!

    Hi,
    if you used a starter workspace then make sure that the adf-faces-impl.jar file and the jsf-impl.jar file in the WEB-INF/lib directory of the ViewLayer project is from the JDeveloper build you use. In JDeveloper you find the adf-faces-impl.jar in the JDeveloper jlib directory and the jsf-impl.jar in the jsf-ri directory
    Frank

Maybe you are looking for