[SOLVED] Inconsistency within Documentation?

I have ran into a problem at the last part of installation - https://wiki.archlinux.org/index.php/Beginners%27_Guide
For partitioning I chose GPT
cgdisk /dev/sda
sda1 - root
sda2 - home
mkfs.ext4 /dev/sda1
mkfs.ext4 /dev/sda2
mount /dev/sda1 /mnt
mount /dev/sda2 /mnt/home
reached here with no further problems
pacman -S gptfdisk
pacman -S syslinux
syslinux-install_update -ia
All fine up until here
pacman -S gummiboot
gummiboot install
File system /boot is not a FAT EFI System Partition (ESP) file system
:: Run /usr/bin/gummiboot install to make gummiboot your default bootloader
When the guide told me to mkfs.ext4, is this the cause of the conflict (not a FT EFI System Partition?
Thanks in advance.
Last edited by Jimbo (2014-09-14 13:34:24)

You can decide into how many partitions the disk should be split, and for which directory each partition should be used in the system. The mapping from partitions to directories (frequently called 'mount points') is the Partition scheme. The simplest, and not a bad choice, is to make just one huge / partition. Another popular choice is to have a / and a /home partition.
Additional required partitions:
    If you have a UEFI motherboard, you will need to create an extra EFI System Partition.
    If you have a BIOS motherboard (or plan on booting in BIOS compatibility mode) and you want to setup GRUB on a GPT-partitioned drive, you will need to create an extra BIOS Boot Partition of size 1 or 2 MiB and EF02 type code. Syslinux does not need one.
    If you have a requirement for a Disk encryption of the system itself, this must be reflected in your partition scheme. It is unproblematic to add encrypted folders, containers or home directories after the system is installed.
Then the following section is labeled as an example.  It could perhaps be more clear, but it is not inconsistent.

Similar Messages

  • Error -23011 occurred at LabVIEW Analysis ODE Solver/inconsistency in dimensions of X(0), F and X!

    Hi,
    I have been trying to simulate ODE but getting following error:
    Error -23011 occurred at LabVIEW Analysis ODE Solver/inconsistency in dimensions of X(0), F and X!.
    The screenshot of the code is attached.
    Please let me know if anyone knows the reason of having this error.
    Thank you.
    -HB
    Solved!
    Go to Solution.
    Attachments:
    Screen Shot 2014-12-02 at 09.58.08.png ‏60 KB

    Hi,
    I have added another code which includes the "simple chemical reaction" which I am trying to model using ODE in LabVIEW, but I am continously having the same problem.
    Kindly see the attachment and try to help me out solving this issue. I couldn't found this kind of error listed on NI forum.
    Thank you.
    Regards
    Hasan
    Attachments:
    test_hb.vi ‏22 KB

  • [Solved] Inconsistency detected by ld.so: ../sysdeps/x86_64/...

    I just did a fresh install of Arch, ran "pacman -Syy" and it returned the error:
    Inconsistency detected by ld.so: ../sysdeps/x86_64/dl-machine.h: 466: elf_machine_rela_relative: Assertion `((reloc->r_info) & 0xffffffff) == 8' failed!
    Any Ideas? The only relevant thread I found was this one in German (which I don't speak): https://bbs.archlinux.de/viewtopic.php?id=18115
    Last edited by Thal3s (2012-01-08 00:19:48)

    I had this same problem after a fresh install. Barely had anything installed apart from xorg, awesome, xf86-video-ati, luakit, chromium, vim, and deja-fonts. I reinstalled all packages (see: https://bbs.archlinux.org/viewtopic.php?pid=263443) and it seems to have fixed it. Not sure if this is hardware related or not, I haven't had a chance to test yet. hope this helps someone.

  • [Solved] Inconsistency in device naming concerning mount/fstab

    This is not a problem that needs to be solved, but rather a gap in my understanding of a mechanism.
    I have several partitions mounted in my fstab, they are identified by UUID.
    # /etc/fstab: static file system information
    # <file system> <dir> <type> <options> <dump><pass>
    devpts /dev/pts devpts defaults 0 0
    shm /dev/shm tmpfs nodev,nosuid 0 0
    UUID=0767c51a-0ba8-405e-ac98-106182fe4d83 /tmp ext4 noexec,rw,noatime,nodiratime 0 2
    UUID=0ba14b78-1b36-4857-92ae-8b1ca41264b6 /boot ext2 defaults 0 1
    UUID=4eb07abb-25b0-4683-badf-8d556b536d9c / ext4 defaults 0 1
    UUID=e3fe5429-379b-4b6d-a01e-e30aa85784e2 /home ext4 defaults 0 1
    UUID=e7fda340-ca00-4c4c-b42e-cfba13a3abbe swap swap defaults 0 0
    UUID=e3ae11a4-b602-4ea2-bbf7-8c8c9dea52a6 /mnt/Esther ext4 defaults,rw,noatime,nodiratime 0 2
    UUID=55525a1b-386b-4390-8f47-b078b0b2c06e /mnt/Ballamb ext4 defaults,rw,noatime,nodiratime 0 2
    UUID=b71cfb8d-a4eb-4ded-a65b-fbc2db102332 /mnt/Galbadia ext4 defaults,rw,noatime,nodiratime 0 2
    When all drives are mounted, they show up as mounted by device name (/dev/sd*), only / is displayed as mounted by UUID.
    $ mount
    proc on /proc type proc (rw,nosuid,nodev,noexec,relatime)
    sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime)
    udev on /dev type devtmpfs (rw,nosuid,relatime,size=10240k,nr_inodes=386283,mode=755)
    run on /run type tmpfs (rw,nosuid,nodev,noexec,relatime,size=10240k,mode=755)
    /dev/disk/by-uuid/4eb07abb-25b0-4683-badf-8d556b536d9c on / type ext4 (rw,relatime,barrier=1,data=ordered)
    devpts on /dev/pts type devpts (rw,relatime,mode=600,ptmxmode=000)
    shm on /dev/shm type tmpfs (rw,nosuid,nodev,relatime)
    /dev/sdc2 on /tmp type ext4 (rw,noexec,noatime,nodiratime)
    /dev/sda1 on /boot type ext2 (rw)
    /dev/sda4 on /home type ext4 (rw)
    /dev/sdb1 on /mnt/Esther type ext4 (rw,noatime,nodiratime)
    /dev/sdc1 on /mnt/Ballamb type ext4 (rw,noatime,nodiratime)
    /dev/sdd1 on /mnt/Galbadia type ext4 (rw,noatime,nodiratime)
    fusectl on /sys/fs/fuse/connections type fusectl (rw)
    gvfs-fuse-daemon on /home/xy/.gvfs type fuse.gvfs-fuse-daemon (rw,nosuid,nodev,user=xy)
    $ df -h
    Dateisystem Größe Benutzt Verf. Verw% Eingehängt auf
    udev 10M 0 10M 0% /dev
    run 10M 192K 9,9M 2% /run
    /dev/disk/by-uuid/4eb07abb-25b0-4683-badf-8d556b536d9c 68G 8,5G 56G 14% /
    shm 1,5G 4,0K 1,5G 1% /dev/shm
    /dev/sdc2 289G 194M 274G 1% /tmp
    /dev/sda1 251M 17M 222M 7% /boot
    /dev/sda4 849G 62G 745G 8% /home
    /dev/sdb1 1,8T 1,5T 223G 88% /mnt/Esther
    /dev/sdc1 1,1T 223G 810G 22% /mnt/Ballamb
    /dev/sdd1 1,8T 390G 1,4T 23% /mnt/Galbadia
    Now I feel the urge to know why. Neither the mount nor the fstab manfile gave me insight on this one. So, what's behind this?
    Last edited by Awebb (2011-10-08 17:51:26)

    Now I feel stupid for not searching properly. Solved. Thanks, karol.
    EDIT: So, in other words, if the UUID is passed by Grub, it shows as UUID in the system,
    http://projects.archlinux.org/mkinitcpi … 3afd7e0001
    So it was solved about a year ago? Well...
    Last edited by Awebb (2011-05-29 14:12:06)

  • [SOLVED] prey-tracker documentation

    I am not very proficient with bash scripting so I cannot investigate myself to fix my issue with prey project. I simply cannot get prey.sh to verify my device nor send me any reports. I am assuming there is some argument to pass to prey.sh to activate my device and also some xml to put somewhere (according to the comment in core/response) to activate modules. I am trying to use prey in standalone mode.
    Anyone can help me get some documentation about this? The prey project website provides very very little documentation.
    Thanks!
    Last edited by awayand (2011-10-22 08:07:53)

    thanks for the reply, dragonite!. I tried what you told me, but I get this:
    ### PREY 0.5.3 spreads its wings!
    ### Linux arch 2.6.38-ARCH #1 SMP PREEMPT Mon May 23 22:02:08 CEST 2011 x86_64 Genuine Intel(R) CPU U7300 @ 1.30GHz GenuineIntel GNU/Linux
    -- Looking for connection...
    -- Got network connection!
    -- Checking URL...
    >> Verifying status...
    -- Got status code 404!
    -- HOLY GUACAMOLE!!
    -- Running active report modules...
    >> Sending report!
    -- Packing all gathered traces...
    -- No data to send. It seems you didn't activate any report modules. Skipping...
    -- Done! Happy hunting! :)
    -- Cleaning up!
    in my control panel the device always shows up as non-verified...
    Any ideas on how to activate those report modules?

  • [SOLVED]Arch ieee1394 documentation

    Any fine folks out there feel like pointing a newb in the direction of some decent Firewire documentation for Arch? I found the USB wiki page and got my usb_sticks to automount, but I am having difficulty finding concise arch docs pertaining to 1394.
    A link to a blog, morse code, smokesignals, anything,..
    thanks peeps!
    Last edited by dawja (2014-11-19 16:40:35)

    I just might do that  one day & I'll check that page thanks. lsblk -l  was actually finding the drive before I started messing with usb. Now lsblk -l doesn't show anything except /dev/sda and /dev/sdb so I cant mount it. I've found these messages,..
    *EDIT: this is for a FW HD BTW.
    # dmesg | grep -i firewire
    [ 5.883425] firewire_ohci 0000:0d:03.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
    [ 863.506932] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [ 863.507130] firewire_core 0000:0d:03.0: created device fw0: GUID 001b63fffe7a76f6, S800
    [ 866.706771] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [ 866.706786] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [ 866.920170] firewire_core 0000:0d:03.0: rediscovered device fw0
    [ 866.920206] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [ 870.221796] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [ 873.265202] firewire_core 0000:0d:03.0: created device fw1: GUID 0001d207e03202a0, S400
    [ 903.463443] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [ 933.663408] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [ 963.863431] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [ 994.063414] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [ 1024.263433] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [ 1054.463430] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [ 1054.463447] firewire_sbp2 fw1.0: failed to login to LUN 0000
    [13403.759260] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [13433.758871] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [13463.758724] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [13493.958720] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [13524.158851] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [13554.358819] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [13584.558808] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [13584.558826] firewire_sbp2 fw1.0: failed to login to LUN 0000
    [21523.648247] firewire_sbp2 fw1.0: released target 6:0:0
    [21597.478094] firewire_core 0000:0d:03.0: rediscovered device fw0
    [21597.478132] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [21601.249219] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [21604.003329] firewire_core 0000:0d:03.0: created device fw1: GUID 0001d207e03202a0, S400
    [21634.201382] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [21664.401295] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [21673.238442] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [21673.741313] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.741328] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.757990] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.758004] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.761370] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.761387] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.767973] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.767988] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.777906] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.777914] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.831224] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.831234] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.841239] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.841248] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21673.854563] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21673.854570] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21674.131381] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21674.131396] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21674.154724] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21674.154740] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21674.211381] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21674.211397] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21674.271378] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21674.271392] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21674.588076] firewire_core 0000:0d:03.0: rediscovered device fw0
    [21674.825812] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.063136] firewire_core 0000:0d:03.0: PHY ID mismatch in self ID: 0 != 1
    [21675.063144] firewire_core 0000:0d:03.0: topology build failed
    [21675.324701] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.324716] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.341336] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.341350] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.344740] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.344756] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.354696] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.354709] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.434710] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.434724] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.487969] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.487983] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.521345] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.521355] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.524654] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21675.524662] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21675.574755] firewire_core 0000:0d:03.0: rediscovered device fw0
    [21675.574773] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21676.158096] firewire_core 0000:0d:03.0: PHY ID mismatch in self ID: 0 != 1
    [21676.158109] firewire_core 0000:0d:03.0: topology build failed
    [21676.664689] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21676.664704] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21676.694702] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21676.694716] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21676.698017] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21676.698029] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21676.708031] firewire_core 0000:0d:03.0: rediscovered device fw0
    [21676.708059] firewire_core 0000:0d:03.0: phy config: new root=ffc1, gap_count=5
    [21677.987918] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21677.987928] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21677.997946] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21677.997959] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21678.001288] firewire_core 0000:0d:03.0: giving up on node ffc1: reading config rom failed: bus reset
    [21678.001299] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21678.394604] firewire_core 0000:0d:03.0: rediscovered device fw0
    [21678.435405] firewire_core 0000:0d:03.0: PHY ID mismatch in self ID: 0 != 1
    [21678.435413] firewire_core 0000:0d:03.0: topology build failed
    [21678.435421] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: bus reset
    [21678.714690] firewire_core 0000:0d:03.0: giving up on node ffc0: reading config rom failed: timeout
    [21694.601259] firewire_sbp2 fw1.0: ORB reply timed out, rcode 0x11
    [21694.624774] firewire_sbp2 fw1.0: released target 8:0:0
    [21695.721623] firewire_core 0000:0d:03.0: created device fw0: GUID 001b63fffe7a76f6, S800
    Last edited by dawja (2014-11-18 22:34:30)

  • [SOLVED] Inconsistency in the Xorg config.

    Hi! After eight years with the same CRT monitor i decided to buy a LCD one. It's a wonderful Philips 190WV and it only costed 130eur. The problem is that i can't get it to work at 1440x900 pixels, the recommended resolution. I have test it with my MacBook Pro and it's working ok in that very resolution. This is my Xorg.conf
    Section "ServerLayout"
    Identifier "XFree86 Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Keyboard0" "CoreKeyboard"
    # PS/2 Mouse not detected
    # Serial Mouse not detected
    InputDevice "USB Mouse" "CorePointer"
    EndSection
    Section "ServerFlags"
    Option "AllowMouseOpenFail" "true"
    EndSection
    Section "Files"
    RgbPath "/usr/share/X11/rgb"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/X11/misc:unscaled"
    FontPath "/usr/share/fonts/X11/75dpi:unscaled"
    FontPath "/usr/share/fonts/X11/100dpi:unscaled"
    FontPath "/usr/share/fonts/X11/Type1"
    FontPath "/usr/share/fonts/X11/Speedo"
    FontPath "/usr/share/fonts/X11/PEX"
    # Additional fonts: Locale, Gimp, TTF...
    FontPath "/usr/share/fonts/X11/cyrillic"
    # FontPath "/usr/share/fonts/X11/latin2/75dpi"
    # FontPath "/usr/share/fonts/X11/latin2/100dpi"
    # True type and type1 fonts are also handled via xftlib, see /etc/X11/XftConfig!
    FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
    FontPath "/usr/share/fonts/truetype"
    FontPath "/usr/share/fonts/latex-ttf-fonts"
    EndSection
    Section "Module"
    # Comments: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=346408
    Load "dbe" # Double Buffering Extension, very important.
    Load "dri" # This shouldn't be available choice if user has selected driver vga, vesa or nv.
    Load "glx" # GLX Extension.
    Load "freetype" # Freetype fonts.
    Load "type1" # Type 1 fonts
    Load "record" # Developer extension, usually not needed
    # Load "extmod" # This is okay, but if you look into "man xorg.conf" you'll find option NOT to include DGA extension with extmod, and for a good reason.. DGA causes instability as it access videoram without consulting X about it.
    SubSection "extmod"
    Option "omit xfree86-dga"
    EndSubSection
    # Load "speedo" # Speedo fonts, this module doesn't exist in Xorg 7.0.17
    # The following are deprecated/unstable/unneeded in Xorg 7.0
    # Load "ddc" # ddc probing of monitor, this should be never present, as it gets automatically loaded.
    # Load "GLcore" # This should be never present, as it gets automatically loaded.
    # Load "bitmap" # Should be never present, as it gets automatically loaded. This is a font module, and loading it in xorg.conf makes X try to load it twice.
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "us"
    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"
    Identifier "Monitor0"
    Option "DPMS" "true"
    VendorName "PHL"
    ModelName "PHLc014"
    HorizSync 30 - 83
    VertRefresh 55 - 75
    EndSection
    Section "Device"
    Option "sw_cursor"
    Identifier "Card0" Driver "vesa"
    VendorName "All"
    BoardName "All"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultColorDepth 24
    SubSection "Display"
    Depth 24
    Modes "1440x900" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    SubSection "Display"
    Depth 32
    Modes "1440x900" "1152x864" "1024x768" "800x600" "640x480"
    EndSubSection
    EndSection
    Besides, i have tried the Knoppix LiveCD and it's not getting that resolution either. Could be the driver? Any suggestion is greatly appreciated. Thanks in advance...
    Last edited by enr1x (2010-01-08 19:29:15)

    Yes, it was the driver. Solved

  • [SOLVED] Arch Wiki/Documentation for download?

    Is there a way to download entire wiki or something like that, to read it offline? I've tried to set to printable version but nothing changes and seems that I have to download every page, one by one...
    Thanks.
    Last edited by jjforums (2012-08-10 16:52:18)

    That's pretty cool. Except that you're effectively reading an older version of the wiki.
    $ firefox /usr/share/doc/arch-wiki/html/index.html
    It's not necessarily a bad thing, but it doesn't really make any sense (to me) why you'd be using a bleeding-edge distribution where you need the internet to download updates from (just like any other Linux distribution or OS, including Windows). Setting up an internet connection from the console is really not as difficult as it sounds. Then you can just run:
    $ elinks wiki.archlinux.org
    Now if you were in a remote place with very little bandwidth to spare, or the only available ISP is with a fixed GB/month contract... then it could make sense, because these websites are compressed, talking up a fraction of bandwidth of what it would (probably) take to browse them online.
    The biggest disadvantage is that you're reading an older snapshot.

  • JNDI replication within a cluster

    Hi to all of you,
    we successfully enabled HTTP Session replication and tested the failover. We would also like to setup a JNDI replication, so that we can use it as a storage for some shared data -- as stated in http://download.oracle.com/docs/cd/B10464_05/web.904/b10324/cluster.htm this should be enabled automatically, once EJB replication is enabled.
    With some problems we finally enabled EJB replication (we configured it through orion-application.xml) and the required replication policy is propagated to our statful beans. Anyway, the JNDI is still not replicated over the machines.
    We are running latest OAS 10g, cluster is MultiCast on RedHat Enterprise, replication policy for Stateful beans is set to 'onRequestEnd' (we tried all the options :), our application is normal ear with 1 ejb and 1 war archive and apart from JNDI replication, it works as expected.
    Is there some trick that is not mentioned or that we may overlooked in documentation to enable JNDI replication?
    Kind Regards,
    Martin

    Hopefully solved -- though the documentation explicitly mentions rebinding as not working, after any changes made to value stored in JNDI context you should just re-bind the value to the JNDI context; the value is replicated to other JNDI contexts.
    m.

  • URGENT:data type declaration of container within the method

    Hi
    My requirement is when the user revceives mail to approve/reject invoice ,the user attaches an attachmnet in the workitem stating the reson for approval/rejection of invoice.The attached attachement should be uploaded to invoice as an attachment.
    I have observed that the attachment attached by the user is stored in the container "office_document" and the type of the container is SOFM.
    To capture the attachment and send it to invoice i have created new task and new method in ZBUS2081.
    i created a container "office_doc_atta" in the workflow .the type of office_doc_atta is SOFM .
    in the method  as well as task i also declared parameter "office_doc_atta" of type sofm.
    to fetch the data from Task to method i have declared following table
    data:office_doc_atta type swc_object occurs 0 with header line.
    swc_get_table container 'office_doc_atta' office_doc_atta.
    I think that data type of "office_doc_atta" decalred within the method
    is wrong and i am unable to fetch data from the container.
    If anyone know what should be the data type of office_doc_atta within the method and how to fetch data from the task kindly let me know.
    Points will be rewarded.

    Try using SWOTOBJID instead of SWC_OBJECT.
    SWOTOBJID is the data type for a persistent object ID, while SWC_OBJECT is the data type for a runtime object ID (or reference or handle, if you are more familiar with any of those terms).
    Normally, an object will be passed by the persistent object ID. As the name reveals, the ID is persistent, i.e. remains the same. Therefore it can be stored in a database, and passed to the next step in a workflow - even if this step is executed by a different person another day.
    <i>Message was edited by Kjetil Kilhavn:</i>
    Please don't use the word urgent in your subject (or in the question for that matter). There are many reasons for this, some of which are:
    1) This is not a help desk or service organization, there are no response time guarantees based on how important a problem is for you.
    2) Most people visit SDN when time permits.
    3) Due to the previous 2 that particular word annoys more than it inspires.
    4) It is specifically mentioned in the guidelines that you should not use that word.
    5) It is a word with no accuracy. It would be better if you wrote (in the question, not the subject) that you need to solve this within 2 days - then we know your deadline.
    6) If I'm in the right mood I will ignore all questions marked as urgent for at least one day. Just for the heck of it.

  • [svn:bz-trunk] 15129: Update the sample jgroups-tcp. xml file with proper explanations of each property after reviewing the JGroups documentation .

    Revision: 15129
    Revision: 15129
    Author:   [email protected]
    Date:     2010-03-30 06:17:55 -0700 (Tue, 30 Mar 2010)
    Log Message:
    Update the sample jgroups-tcp.xml file with proper explanations of each property after reviewing the JGroups documentation. This is still work in progress.
    Modified Paths:
        blazeds/trunk/resources/clustering/jgroups-tcp.xml

    It seems you are asking in wrong forum. AFAIK, you are asking "how to add HTTP header to response generated by my own script". It depend on WWW server we are speaking of and language of script itself. If you will fail to found solution within documentation of the HTTP server and/or scripting language you are using, then the better place for your question is a forum related to such language and HTTP server.
    In meantime, you can try other solituin. The "Refresh: 0;..." header is required for correct function of SoftKey:Next which is displayed by default. But you can redefine the content of SoftKey area using your own key. Such configuration is part of DirectoryObject you sent to phone. See definition of SoftKey 3 in example bottom. It's not original SoftKey:Next that depend on Refresh header. It's my own custom soft-key named "Next" with exact URL defined as part of key definition (replace 'N' with number of next page). It doesn't depend on Refresh header in any way. You should consider such advice as "temporary workaround". You should discover how to send HTTP header 'Refresh'  from your script. Note, it's not possible to redefine one SoftKey only. If you wish to redefine a soft-key, then all soft-keys need's to be defined by you.
    ... followed by Title, Prompt,up to 32 ...
    Dial
    SoftKey:Dial
    1
    EditDial
    SoftKey:EditDial
    2
    Next
    https://an-url-to-your-server-and-script/test-Directory.asp?page=N
    3
    Cancel
    SoftKey:Cancel
    4
    Exit
    SoftKey:Exit
    5

  • Approved invoices can not be edited  - Approval process

    Hi Experts -
    I have recently raised an incident with SAP about Approval process - the complete message and support reply is as follows - but i believe we need a change in the approval process - if the approval required is only one but you have defined two people (Either or OR) in the approver list - the system should allow the document to be edited if one of the approvers reject it.
    please let me know and i believe we need  a change in design - unless otherwise a solid reason is given to justify the existing design
    10.07.2009 10:32 Description (English) by SRS Manian
         We have created approval procedure for all the invoices which are entered into the system., The
    'Accts' user enters the invoice into the system - the invoice comes for approval to 'Manager' user.
    When the Manager opens the invoice via Alert window - he/she wants to modify certain information
    (lines as well as Sales person) and approve it.
    The invoice which gets opened from the alert window - does not allow the user 'Manager' to modify at
    all. All the information on the invoice are greyed out.
    The system should allow the user 'Manager' to modify the information. Since the manager has full
    authorization to the system.
    10.07.2009 10:35 Info to Reporter by SAP
         Dear Partner/Customer,
    We have received your inquiry and are currently processing it.
    You will be contacted with a solution or an update as soon as possible.
    For further details regarding the phase your message is in at the
    moment please refer to:
    http://service.sap.com/%7Esapidb/011000358700000575782007E
    Kind regards,
    SAP Business One Product Support
    10.07.2009 10:59 Reply to Reporter by SAP
         Dear Manian,
    Thank you for contacting us.
    When the originator sends the document for manager's approval, note that the at that stage, the document is still in the 'Approval Process'. This is because the system is waiting for the 'Manager' to 'Approve or Reject' the document. Hence, looking at the Document, it is still in 'Draft - Pending' Status.
    When the document is in 'Draft-Pending' Status, the document is not available for editing, because the system considers that it is still in the waiting process. In your case, the manager cannot edit t he document.
    To amend the document, an action is required from the approver either to reject it first. Once rejected, it can be amended and re-sent for approval.
    I have checked our knowledge base and noted that there is an article which describes the approval process. Please refer to the Expert on Phone Wiki Article (March 2009) with title: Why a draft documen t in an approval process cannot be modified by the originator?
    The link will provide the explanation:
    https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action&pageid=88735894
    I have also attached Notes 1321234 and 1111431 for your reference.
    Best regards,
    Lorna Real
    Support Consultant
    Product Support for SAP Business One
    SAP Ireland 
    10.07.2009 11:59 Reply to Support Center  by SRS Manian
         Thanks for the reply. The scenario is when the Manager receives the
    document for approval, he wanted to edit and add it. Your reply (and
    documentations) states that it needs to be rejected first before it is
    available for editing. When it is gets rejected - the person who
    orignated the document gets an alert and he can edit it. Here the
    Manager must get an alert so that he can edit the Rejected document.
    When the 'manager' rejects the document, and goes back to the alert
    window to open the document - it is still greyed out !!
    How does the 'manager' reject the document and edits it ?
    regards
    Manian 
    10.07.2009 12:11 Reply to Reporter by SAP
         Dear Manian,
    If after the Manager rejects it and still the document is not editable (greyed out), it means that the document may still be in the 'Approval Process'. When it is greyed out, what is the status of the document in the header? Does it say 'Rejected' or 'Pending'?
    If it is still in 'Pending' mode, please verify the number of 'Approvers' set in the 'Stages' tab of the 'Approval Template - Setup' window. If there is more than one user listed as 'Approver', and o nly 1 approval is required, the system provides an opportunity to other 'Approvers' to approve or reject the document. If in your case, the number of approvers is 2, and manager 'rejected' it, the sys tem still keeps the document in Pending status as it waits for another approver's decision to reject or approve it.
    Also, verify the number of 'Approvals' required. If the number of 'Approvers' who have not rendered their decision is greater than or equal to the 'Approvals' required (e.g. approvers - 2, required ap provals - 2) the system keeps the document within the approval process. This is to allow the other 'Approvers' to decide on the document.
    I hope this clarifies the behaviour. If you can provide us a step by step screenshot of the issue, this may help us to provide a more accurate response.
    Best regards,
    Lorna Real
    Support Consultant
    Product Support for SAP Business One
    SAP Ireland 
    10.07.2009 12:28 Reply to Support Center  by SRS Manian
         Hi:
    The status of the document in the Header says 'Pending' and the status
    below the document number says 'Suspended' - it is not showing as 'Draft'
    Regards
    Manian 
    10.07.2009 12:42 Call to Customer / Partner by SAP
         Performed on: 10.07.2009 10:41:59 (UK)
    Contact person: SRS Manian
    Status of discussion: Customer not reached
    Subject:
    Called the partner but currently engaged on another line.
    Would like to hold a webex. 
    10.07.2009 12:42 Reply to Reporter by SAP
         Dear Manian,
    I'm trying to call you but there was no response on your mobile.
    When the header says 'Pending', then it means the document is still within the approval process. Please check the Approval Template and see the number of approvers and the number of approvals require d.
    The number of approvals and approvers may be greater than 1. In this case, the system waits for other approvers to approve or reject the document. Once all the approvers have rejected the document, th en the document will be released and available for editing.
    Best regards,
    Lorna Real
    Support Consultant
    Product Support for SAP Business One
    SAP Ireland 
    10.07.2009 18:11 Reply to Support Center  by SRS Manian
         Hi:
    Thanks for the reply - i tried this and found out the following:
    1 - In the approval templates - we had mentioned number of approvals
    required as '1'.
    2 - in the number of approvers - we had mentioned two users
    Though the template requires only one approvals (Either or OR) the system
    expects both of them to approve or reject -
    Can u please let me why is this behaving like this - or is this is the
    way it is designed ? - if this is the way it is designed - i beleive it
    is wrong - weneed to give a solution to the customer
    regards
    Manian 
    11.07.2009 05:52 Reply to Reporter by SAP
         Dear Manian,
    Thank you for the information. The behaviour is a current system definition documented as per Note 1321234. I have attached the said Note for your reference. When only 1 approval is required and there are 2 or more persons are allowed to approve the document, the document does not get automatically rejected when 1 person 'rejects' it. The system waits for other approvers to render their decision b ecause a person may still approve or reject the document.
    The design is not an application error. If you would like to change this design, please post your requirement in our SAP Business One Product Development Collaboration
    forum. You can find the forum in this link:
    /community [original link is broken]
    The forum is beingmoderated by members of the Solution Management team specialized in certain areas, according to the folder you are in. Partners can impact the design of specific features by posting suggestions and feedback at this forum. Kindly refer to Note 1028874 which describes more on the above process.
    As the request will be handled through another process, we kindly request that this support message be closed.
    Thank you for your understanding.
    Best regards,
    Lorna Real
    Support Consultant
    SAP Product Support for SAP Business One
    SAP Ireland 
    11.07.2009 09:02 Reply to Support Center  by SRS Manian
         Hi Thanks for the reply - however, the solution given doesnot address the
    problem we are beingfaced with our client
    Is there a Development Request we can raise so that this problem is
    addressed in future
    I am going ahead and confirming this Message though
    regards
    Manian 
    11.07.2009 10:04 Reply to Reporter by SAP
         Dear Manian,
    Thanks for the information. I understand the customer's requirement. As previously mentioned, please log a development request in this link:
    /community [original link is broken] This is from Note 1028874.
    Unfortunately,we at the support centre does not have access to the list of development requests. Hence, kindly follow the process in Note 1028874.
    I'm sending the message back to your side for confirmation.
    Best regards,
    Lorna Real
    Support Consultant
    Product Support for SAP Business One
    SAP Ireland 
    SAP Notes           
    Number     Short text
    0001035200
    Issue can be solved via existing documentation
    0001111431
    Deleting rejected draft documents.
    0001167635
    Maintenance Policy (L)
    0001321234
    Status of a document rejected within the Approval Process.

    Hi Gordon - thanks for the reply - i am sorry i never realized that the message i raised could be messed up like this - the following is a clear message with some paragraphs:
    Hi Experts - I have recently raised an incident with SAP about Approval process - the complete message and support reply is as follows - but i believe we need a change in the approval process - if the approval required is only one but you have defined two people (Either or OR) in the approver list - the system should allow the document to be edited if one of the approvers reject it. please let me know and i believe we need a change in design - unless otherwise a solid reason is given to justify the existing design
    SRS Manian We have created approval procedure for all the invoices which are entered into the system., The 'Accts' user enters the invoice into the system - the invoice comes for approval to 'Manager' user. When the Manager opens the invoice via Alert window - he/she wants to modify certain information (lines as well as Sales person) and approve it. The invoice which gets opened from the alert window - does not allow the user 'Manager' to modify at all. All the information on the invoice are greyed out. The system should allow the user 'Manager' to modify the information. Since the manager has full authorization to the system.
    Reply to Reporter by SAP Dear Manian,
    Thank you for contacting us. When the originator sends the document for manager's approval, note that the at that stage, the document is still in the 'Approval Process'. This is because the system is waiting for the 'Manager' to 'Approve or Reject' the document. Hence, looking at the Document, it is still in 'Draft - Pending' Status. When the document is in 'Draft-Pending' Status, the document is not available for editing, because the system considers that it is still in the waiting process. In your case, the manager cannot edit t he document. To amend the document, an action is required from the approver either to reject it first. Once rejected, it can be amended and re-sent for approval. I have checked our knowledge base and noted that there is an article which describes the approval process. Please refer to the Expert on Phone Wiki Article (March 2009) with title: Why a draft documen t in an approval process cannot be modified by the originator? The link will provide the explanation:
    https://www.sdn.sap.com/irj/scn/wiki?path=/pages/viewpage.action&pageid=88735894
    I have also attached Notes 1321234 and 1111431 for your reference. Best regards, Lorna Real Support Consultant Product Support for SAP Business One SAP Ireland 10.07.2009 11:59
    Reply to Support Center by SRS Manian
    Thanks for the reply.
    The scenario is when the Manager receives the document for approval, he wanted to edit and add it. Your reply (and documentations) states that it needs to be rejected first before it is available for editing. When it is gets rejected - the person who orignated the document gets an alert and he can edit it. Here the Manager must get an alert so that he can edit the Rejected document. When the 'manager' rejects the document, and goes back to the alert window to open the document - it is still greyed out !! How does the 'manager' reject the document and edits it ? regards Manian
    Reply to Reporter by SAP
    Dear Manian, If after the Manager rejects it and still the document is not editable (greyed out), it means that the document may still be in the 'Approval Process'. When it is greyed out, what is the status of the document in the header? Does it say 'Rejected' or 'Pending'? If it is still in 'Pending' mode, please verify the number of 'Approvers' set in the 'Stages' tab of the 'Approval Template - Setup' window. If there is more than one user listed as 'Approver', and o nly 1 approval is required, the system provides an opportunity to other 'Approvers' to approve or reject the document. If in your case, the number of approvers is 2, and manager 'rejected' it, the sys tem still keeps the document in Pending status as it waits for another approver's decision to reject or approve it. Also, verify the number of 'Approvals' required. If the number of 'Approvers' who have not rendered their decision is greater than or equal to the 'Approvals' required (e.g. approvers - 2, required ap provals - 2) the system keeps the document within the approval process. This is to allow the other 'Approvers' to decide on the document. I hope this clarifies the behaviour. If you can provide us a step by step screenshot of the issue, this may help us to provide a more accurate response.
    Best regards,
    Lorna Real Support Consultant Product Support for SAP Business One SAP Ireland
    Reply to Support Center by SRS Manian
    Hi: The status of the document in the Header says 'Pending' and the status below the document number says 'Suspended' - it is not showing as 'Draft'
    Regards
    Manian 10.07.2009 12:42
    Reply to Reporter by SAP
    Dear Manian,
    I'm trying to call you but there was no response on your mobile. When the header says 'Pending', then it means the document is still within the approval process. Please check the Approval Template and see the number of approvers and the number of approvals require d. The number of approvals and approvers may be greater than 1. In this case, the system waits for other approvers to approve or reject the document. Once all the approvers have rejected the document, th en the document will be released and available for editing.
    Best regards,
    Lorna Real Support Consultant Product Support for SAP Business One SAP Ireland
    Reply to Support Center by SRS Manian
    Hi: Thanks for the reply - i tried this and found out the following: 1 - In the approval templates - we had mentioned number of approvals required as '1'. 2 - in the number of approvers - we had mentioned two users Though the template requires only one approvals (Either or OR) the system expects both of them to approve or reject - Can u please let me why is this behaving like this - or is this is the way it is designed ? - if this is the way it is designed - i beleive it is wrong - weneed to give a solution to the customer
    regards
    Manian
    Reply to Reporter by SAP
    Dear Manian,
    Thank you for the information. The behaviour is a current system definition documented as per Note 1321234. I have attached the said Note for your reference. When only 1 approval is required and there are 2 or more persons are allowed to approve the document, the document does not get automatically rejected when 1 person 'rejects' it. The system waits for other approvers to render their decision because a person may still approve or reject the document.
    The design is not an application error. If you would like to change this design, please post your requirement in our SAP Business One Product  Development Collaboration forum.
    You can find the forum in this link:
    /community [original link is broken]
    The forum is being moderated by members of the Solution Management team specialized in certain areas, according to the folder you are in. Partners can impact the design of specific features by posting suggestions and feedback at this forum.
    Kindly refer to Note 1028874 which describes more on the above process.
    As the request will be handled through another process, we kindly request that this support message be closed. Thank you for your understanding.
    Best regards,
    Lorna Real Support Consultant SAP Product Support for SAP Business One SAP Ireland
    Reply to Support Center by SRS Manian
    Hi Thanks for the reply - however, the solution given does not address the problem we are being faced with our client Is there a Development Request we can raise so that this problem is addressed in future I am going ahead and confirming this Message though
    regards
    Manian
    Reply to Reporter by SAP Dear Manian,
    Thanks for the information. I understand the customer's requirement. As previously mentioned, please log a development request in this link:
    /community [original link is broken]
    This is from Note 1028874.
    Unfortunately, we at the support centre does not have access to the list of development requests. Hence, kindly follow the process in Note 1028874. I'm sending the message back to your side for confirmation.
    Best regards,
    Lorna Real Support Consultant Product Support for SAP Business One SAP Ireland

  • How to get access via RMI from a session bean to a remote session bean?

    I have 2 J2EE applications in two different Sun Application Servers (8.0 PE). I would like to get access from one Session Bean "SB1" into Application A to Session Bean "BrickFacade" within Application B.
    My Java Code from "SB1":
             Context ic = new InitialContext();
             Object o = ic.lookup("java:comp/env/ejb/BrickFacade");
             BrickFacadeHome brickFacadeHome2 = (BrickFacadeHome) PortableRemoteObject.narrow(o, BrickFacadeHome.class);
             brickFacade = brickFacadeHome2.create();
             Collection col = brickFacade.doSomething();
             ...I configured the remote App.server in sun-ejb-jar.xml. I found the syntax within documentation (http://docs.sun.com/source/817-6087/dgjndi.html#wp24622) but I'm not sure if I this is the right usage.
         <ejb-ref>
            <ejb-ref-name>ejb/BrickFacade</ejb-ref-name>
            <jndi-name>corbaname:iiop://161.90.176.213:3700#webclient/BrickFacade</jndi-name>
          </ejb-ref>The context lookup throws the exception:
    "IOP00110603: (BAD_PARAM) Bad host address in -ORBInitDef"
    and
    Invalid URL or IOR: corbaloc:iiop://161.90.176.213:3700
    javax.naming.ConfigurationException: Invalid URL or IOR: corbaloc:iiop://161.90.176.213:3700 [Root exception is org.omg.CORBA.BAD_PARAM:   vmcid: SUN  minor code: 603  completed: No]
    Could anyone help me? Many thanks!
    Stacktrace:
    "IOP00110603: (BAD_PARAM) Bad host address in -ORBInitDef"
    org.omg.CORBA.BAD_PARAM: vmcid: SUN minor code: 603 completed: No
         at com.sun.corba.ee.impl.logging.NamingSystemException.insBadAddress(NamingSystemException.java:148)
         at com.sun.corba.ee.impl.logging.NamingSystemException.insBadAddress(NamingSystemException.java:166)
         at com.sun.corba.ee.impl.naming.namingutil.CorbalocURL.badAddress(CorbalocURL.java:104)
         at com.sun.corba.ee.impl.naming.namingutil.CorbalocURL.handleColon(CorbalocURL.java:140)
         at com.sun.corba.ee.impl.naming.namingutil.CorbalocURL.handleIIOPColon(CorbalocURL.java:115)
         at com.sun.corba.ee.impl.naming.namingutil.CorbalocURL.<init>(CorbalocURL.java:67)
         at com.sun.corba.ee.impl.naming.namingutil.INSURLHandler.parseURL(INSURLHandler.java:41)
         at com.sun.corba.ee.impl.resolver.INSURLOperationImpl.operate(INSURLOperationImpl.java:103)
         at com.sun.corba.ee.impl.orb.ORBImpl.string_to_object(ORBImpl.java:774)
         at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:338)
         at com.sun.jndi.cosnaming.CNCtx.initUsingCorbanameUrl(CNCtx.java:321)
         at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:247)
         at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:85)
         at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURLIgnoreRest(iiopURLContextFactory.java:56)
         at com.sun.jndi.url.iiop.iiopURLContext.getRootURLContext(iiopURLContext.java:44)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:182)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sun.enterprise.naming.NamingManagerImpl.lookup(NamingManagerImpl.java:702)
         at com.sun.enterprise.naming.java.javaURLContext.lookup(javaURLContext.java:108)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at de.emilberlinerstudios.va.ejb.testrh.sb.TestRemoteEjbBean.getBrickFacade(TestRemoteEjbBean.java:108)
         at de.emilberlinerstudios.va.ejb.testrh.sb.TestRemoteEjbBean.startTest(TestRemoteEjbBean.java:79)
         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:324)
         at com.sun.enterprise.security.SecurityUtil$2.run(SecurityUtil.java:146)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.enterprise.security.application.EJBSecurityManager.doAsPrivileged(EJBSecurityManager.java:930)
         at com.sun.enterprise.security.SecurityUtil.invoke(SecurityUtil.java:151)
         at com.sun.ejb.containers.EJBObjectInvocationHandler.invoke(EJBObjectInvocationHandler.java:128)
         at $Proxy7.startTest(Unknown Source)
         at de.emilberlinerstudios.va.ejb.testrh.sb._TestRemoteEjb_Stub.startTest(Unknown Source)
         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:324)
         at com.sun.forte4j.j2ee.ejbtest.webtest.InvocableMethod$MethodIM.invoke(InvocableMethod.java:231)
         at com.sun.forte4j.j2ee.ejbtest.webtest.EjbInvoker.getInvocationResults(EjbInvoker.java:96)
         at com.sun.forte4j.j2ee.ejbtest.webtest.DispatchHelper.getForward(DispatchHelper.java:189)
         at org.apache.jsp.dispatch_jsp._jspService(dispatch_jsp.java:75)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:102)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:282)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:263)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:210)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         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:324)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:236)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:145)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:214)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:168)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:133)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:539)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
         at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
         at com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:272)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
         at com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:114)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
         at com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:936)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:165)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:683)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:604)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:542)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:647)
         at java.lang.Thread.run(Thread.java:534)
    |#]
    [#|2006-10-02T13:52:55.390+0200|INFO|sun-appserver-pe8.0.0_01|javax.enterprise.system.stream.out|_ThreadID=11;|2006-10-02 13:52:55 [8080-Processor4] INFO .va.ejb.testrh.sb.TestRemoteEjbBean - RemoteException when getting BrickFacade. Message:Invalid URL or IOR: corbaloc:iiop://161.90.176.213:3700
    javax.naming.ConfigurationException: Invalid URL or IOR: corbaloc:iiop://161.90.176.213:3700 [Root exception is org.omg.CORBA.BAD_PARAM:   vmcid: SUN  minor code: 603  completed: No]
         at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.java:367)
         at com.sun.jndi.cosnaming.CNCtx.initUsingCorbanameUrl(CNCtx.java:321)
         at com.sun.jndi.cosnaming.CNCtx.initUsingUrl(CNCtx.java:247)
         at com.sun.jndi.cosnaming.CNCtx.createUsingURL(CNCtx.java:85)
         at com.sun.jndi.url.iiop.iiopURLContextFactory.getUsingURLIgnoreRest(iiopURLContextFactory.java:56)
         at com.sun.jndi.url.iiop.iiopURLContext.getRootURLContext(iiopURLContext.java:44)
         at com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:182)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at com.sun.enterprise.naming.NamingManagerImpl.lookup(NamingManagerImpl.java:702)
         at com.sun.enterprise.naming.java.javaURLContext.lookup(javaURLContext.java:108)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at de.emilberlinerstudios.va.ejb.testrh.sb.TestRemoteEjbBean.getBrickFacade(TestRemoteEjbBean.java:108)
         at de.emilberlinerstudios.va.ejb.testrh.sb.TestRemoteEjbBean.startTest(TestRemoteEjbBean.java:79)
         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:324)
         at com.sun.enterprise.security.SecurityUtil$2.run(SecurityUtil.java:146)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sun.enterprise.security.application.EJBSecurityManager.doAsPrivileged(EJBSecurityManager.java:930)
         at com.sun.enterprise.security.SecurityUtil.invoke(SecurityUtil.java:151)
         at com.sun.ejb.containers.EJBObjectInvocationHandler.invoke(EJBObjectInvocationHandler.java:128)
         at $Proxy7.startTest(Unknown Source)
         at de.emilberlinerstudios.va.ejb.testrh.sb._TestRemoteEjb_Stub.startTest(Unknown Source)
         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:324)
         at com.sun.forte4j.j2ee.ejbtest.webtest.InvocableMethod$MethodIM.invoke(InvocableMethod.java:231)
         at com.sun.forte4j.j2ee.ejbtest.webtest.EjbInvoker.getInvocationResults(EjbInvoker.java:96)
         at com.sun.forte4j.j2ee.ejbtest.webtest.DispatchHelper.getForward(DispatchHelper.java:189)
         at org.apache.jsp.dispatch_jsp._jspService(dispatch_jsp.java:75)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:102)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:282)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:263)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:210)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:861)
         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:324)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:246)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:500)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:268)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:162)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:236)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:145)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:141)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:214)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:168)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:144)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:133)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
         at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:539)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
         at com.sun.enterprise.webservice.EjbWebServiceValve.invoke(EjbWebServiceValve.java:134)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
         at com.sun.enterprise.security.web.SingleSignOn.invoke(SingleSignOn.java:272)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
         at com.sun.enterprise.web.VirtualServerValve.invoke(VirtualServerValve.java:209)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:114)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:109)
         at com.sun.enterprise.web.VirtualServerMappingValve.invoke(VirtualServerMappingValve.java:166)
         at org.apache.catalina.core.StandardValveContext.invokeNext(StandardValveContext.java:107)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:522)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:936)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:165)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:683)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:604)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:542)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:647)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: org.omg.CORBA.BAD_PARAM: vmcid: SUN minor code: 603 completed: No
         at com.sun.corba.ee.impl.logging.NamingSystemException.insBadAddress(NamingSystemException.java:148)
         at com.sun.corba.ee.impl.logging.NamingSystemException.insBadAddress(NamingSystemException.java:166)
         at com.sun.corba.ee.impl.naming.namingutil.CorbalocURL.badAddress(CorbalocURL.java:104)
         at com.sun.corba.ee.impl.naming.namingutil.CorbalocURL.handleColon(CorbalocURL.java:140)
         at com.sun.corba.ee.impl.naming.namingutil.CorbalocURL.handleIIOPColon(CorbalocURL.java:115)
         at com.sun.corba.ee.impl.naming.namingutil.CorbalocURL.<init>(CorbalocURL.java:67)
         at com.sun.corba.ee.impl.naming.namingutil.INSURLHandler.parseURL(INSURLHandler.java:41)
         at com.sun.corba.ee.impl.resolver.INSURLOperationImpl.operate(INSURLOperationImpl.java:103)
         at com.sun.corba.ee.impl.orb.ORBImpl.string_to_object(ORBImpl.java:774)
         at com.sun.jndi.cosnaming.CNCtx.setOrbAndRootContext(CNCtx.j|#]

    Problem solved:
    configuration in jndi-name was wrong:
    <jndi-name>corbaname:iiop:161.90.176.213:3700#ejb/BrickFacade</jndi-name>

  • Code best practice question LV2013

    I am still fairly new to LabVIEW programming and I have been learning from the online self paced classes. I started in June of 2012.
    I am currently working on a new program front panel (host) vi and I am trying to determine a better way to implement a certain section of my code so that it works the way I would like it too. This vi is being designed for a touchscreen interface so all user input is touch screen input.
    What I want the code to do: the code is designed so when the user presses the command button on the front panel vi it creates an information pop-up window explaining the parameters for input. The user pushes the OK button (closes the info pop-up) and opens a new sub-vi that is a numeric keypad. If the user input is within the accepted parameters then when 'enter' is pushed the sub-vi closes and inputs the value to a numeric indicator. If the user inputs an incorrect value, then the keypad sub-vi closes and another info window pops up informing the user 'incorrect value - re-enter value' user hits the OK button and closes the info box and reopens the keypad sub-vi. This cycle should continue until the operator inputs a valid value.
    What the code does as written: when the user presses the command button on the front panel vi it creates an information pop-up window explaining the parameters for input. The user pushes the OK button (closes the info pop-up) and opens a new sub-vi that is a numeric keypad. If the user input is within the accepted parameters then when 'enter' is pushed the sub-vi closes and inputs the value to a numeric indicator. If the user inputs an incorrect value, then the keypad sub-vi closes and another info window pops up informing the user 'incorrect value - re-enter value' user hits the OK button and closes the info box and reopens the keypad sub-vi. If now on the second attempt the user still inputs an incorrect value and presses 'enter' the keypad sub-vi closes and I have had to defer the value to output '0' (or some minimum allowed value).
    So the question I am trying to figure out is this. Is there a better way to implement this section of code to work like I want it to, maybe using shift registers or something and where would they go?
    I am using the most current version of LabVIEW 2013.
    The code as pictured works great outside the fact that I have to stop it after two attempts otherwise the code would have to be rewritten for each failure and it would look like staring off into oblivion between two mirrors.
    Thanks,
    Solved!
    Go to Solution.
    Attachments:
    code question.jpg ‏429 KB

    Gearmiester wrote:
    What I want the code to do: the code is designed so when the user presses the command button on the front panel vi it creates an information pop-up window explaining the parameters for input. The user pushes the OK button (closes the info pop-up) and opens a new sub-vi that is a numeric keypad. If the user input is within the accepted parameters then when 'enter' is pushed the sub-vi closes and inputs the value to a numeric indicator. If the user inputs an incorrect value, then the keypad sub-vi closes and another info window pops up informing the user 'incorrect value - re-enter value' user hits the OK button and closes the info box and reopens the keypad sub-vi. This cycle should continue until the operator inputs a valid value.
    Why do you check for valid entry outside the sub-vi that allows the operator to input a value?  You could simply monitor each keystroke (every character entered) and have a small algorithm that checks for a correct entry on the fly (while it is being entered).  You could change the color of the text to red and make a brief description appear below the string control which describes valid entries.  Keep it simple.
    Gearmiester wrote:
    What the code does as written: when the user presses the command button on the front panel vi it creates an information pop-up window explaining the parameters for input. The user pushes the OK button (closes the info pop-up) and opens a new sub-vi that is a numeric keypad. If the user input is within the accepted parameters then when 'enter' is pushed the sub-vi closes and inputs the value to a numeric indicator. If the user inputs an incorrect value, then the keypad sub-vi closes and another info window pops up informing the user 'incorrect value - re-enter value' user hits the OK button and closes the info box and reopens the keypad sub-vi. If now on the second attempt the user still inputs an incorrect value and presses 'enter' the keypad sub-vi closes and I have had to defer the value to output '0' (or some minimum allowed value).
    Why is the 2nd attempt different than the others?  It does not matter how many attempts are made... since it is not an automated process, but human interaction.  Surely, the operators are trained and would have an idea of what should be entered.  Additional instructions can be provided within documentation that accompanies the application.
    Gearmiester wrote:
    So the question I am trying to figure out is this. Is there a better way to implement this section of code to work like I want it to, maybe using shift registers or something and where would they go?
    I am using the most current version of LabVIEW 2013.
    The code as pictured works great outside the fact that I have to stop it after two attempts otherwise the code would have to be rewritten for each failure and it would look like staring off into oblivion between two mirrors.
    Do you absolutely want it to work as described within your first paragraph?  There are always "better ways" to do things, that's a personal preference..  Maybe you should ask the people that will be using the application to get their feedback (operators).  That's what I usually do.
    Using the latest LabVIEW version is fine, but has little or no impact on the implementation decisions. 
    If all you really want is to fix the code to prevent it from stopping after 2 attempts, then show us a code snippet of what you have done.

  • BHOLD RBAC Model Generator

    I'm using the file upload method with BHOLD (SP1) RBAC Generator. My 3 file format works fine but I'm having a problem with my 5 file format. I get the following error:  'Roles$' is not a valid name.  Make sure that it does not include characters
    or punctuation and that it is not too long.
    Since my 3 file import works file, I'm assuming the issue must be in the 'Permissions-Applications' or 'Role' file.  Both are rejected. My column names look right.  I have values in the columns that require values.  I have removed as many
    special characters as possible.  And for the obvious, 'Roles$' is not text within either file. 
    Any ideas on troubleshooting this? The MG_PC log files don't tell me much more than the error above. Thanks for you help in advance.

    Solved. The documentation here:
    http://technet.microsoft.com/en-us/library/jj134933(v=ws.10).aspx  says the sheet name should be "Role" instead of "Roles".  Changing to "Roles" resolved the issue.  #Microsoft:  Please update online documentation.  The rules a
    very specific for these files.

Maybe you are looking for

  • FI error while posting one document

    While posting the document(501 - gr w/o PO), i'm getting the error: "Account determination requires an CO object" I've maintained the material master with costing view and also assigned profit center. I Belive in  Obyc t-code, -- in GBB -- in general

  • Adobe flash player freezes windows 7 Pro 64 bit

    ''Duplicate post, continue here - [https://support.mozilla.com/en-US/questions/784568]'' When I watch videos the flash player will freeze and I have to use the task manager to close the video and any other page that may be open. I am using windows 7

  • Any way to archive XP recovery data without optical drive

    I just bought a Thinkpad X200 with an XP downgrade.  A sheet with the documentation suggested I immediately make a set of XP recovery disks since a restore would install Vista.  The X200 comes without an optical drive.  The obvious (and annoying) sol

  • Should I get my mac air checked out at the apple store after it was beeping 3 times, eventhough I managed to fix it?

    Hi,      my Macbook Air was just beeping 3 times with a pause of 5 seconds continously. I only just managed to get it to stop by hooking it to the power supply and holding the power button for 10 seconds. I was just wondering if I should still go to

  • Anyway to get 3.0.1 back?

    I think its 3.0.1 anyway, but yeah. OS 4.0 is really really slow as i think everyones is on the 3G. I went into the apple store in newcastle and he told me to restore it.I try to restore it and it says i need to update to 4.0.1, so i click ok. Then i