Xen - device model: spawn failed

I have a Xen-based VM configuration which I've used without issue for well over a year. After running some updates and rebooting yesterday (either of which could be coincidental), the VM will no longer start:
# xl create leonids.xl.cfg
Parsing config from leonids.xl.cfg
libxl: error: libxl_dm.c:1371:device_model_spawn_outcome: domain 1 device model: spawn failed (rc=-3)
libxl: error: libxl_create.c:1186:domcreate_devmodel_started: device model did not start: -3
libxl: error: libxl_dm.c:1475:kill_device_model: Device Model already exited
It probably shouldn't matter, but here's the basic config which I pared down in an attempt to resolve this issue:
name = "vm1"
memory = 3072
vif = [ 'bridge=xenbr0' ]
disk = [
"phy:/dev/loop0p1,xvdb1,w"
builder = "hvm"
vnc = 1
vnclisten = '0.0.0.0'
vncdisplay = 1
And the loop device is created automatically by losetup after:
# modprobe loop max_parts=15
And I don't know if anything in this update would have caused it, but here's the pacman log anyway:
[2014-08-13 22:27] [PACMAN] Running 'pacman -Syu'
[2014-08-13 22:27] [PACMAN] synchronizing package lists
[2014-08-13 22:28] [PACMAN] starting full system upgrade
[2014-08-13 23:23] [PACMAN] upgraded bash (4.3.018-3 -> 4.3.022-1)
[2014-08-13 23:23] [PACMAN] upgraded chromium (36.0.1985.125-1 -> 36.0.1985.143-1)
[2014-08-13 23:23] [PACMAN] upgraded convertlit (1.8-6 -> 1.8-7)
[2014-08-13 23:23] [PACMAN] upgraded cracklib (2.9.0-2 -> 2.9.1-1)
[2014-08-13 23:23] [PACMAN] upgraded fakeroot (1.20-1 -> 1.20.1-1)
[2014-08-13 23:23] [PACMAN] upgraded gpgme (1.5.0-1 -> 1.5.1-1)
[2014-08-13 23:23] [PACMAN] upgraded kbd (2.0.1-1 -> 2.0.2-1)
[2014-08-13 23:23] [PACMAN] upgraded krb5 (1.12.1-1 -> 1.12.1-2)
[2014-08-13 23:23] [PACMAN] upgraded libiscsi (1.7.0-2 -> 1.12.0-1)
[2014-08-13 23:23] [PACMAN] upgraded libcacard (2.0.0-4 -> 2.1.0-2)
[2014-08-13 23:23] [PACMAN] upgraded libidn (1.28-2 -> 1.29-1)
[2014-08-13 23:23] [PACMAN] upgraded libmariadbclient (10.0.12-2 -> 10.0.13-1)
[2014-08-13 23:23] [PACMAN] upgraded xcb-proto (1.10-2 -> 1.11-1)
[2014-08-13 23:23] [PACMAN] upgraded libxcb (1.10-3 -> 1.11-1)
[2014-08-13 23:23] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
[2014-08-13 23:23] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
[2014-08-13 23:23] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
[2014-08-13 23:23] [ALPM-SCRIPTLET] ==> Starting build: 3.16.0-2-ARCH
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2014-08-13 23:23] [ALPM-SCRIPTLET] ==> ERROR: file not found: `fsck.btrfs'
[2014-08-13 23:23] [ALPM-SCRIPTLET] ==> WARNING: No fsck helpers found. fsck will not be run on boot.
[2014-08-13 23:23] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2014-08-13 23:23] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux.img
[2014-08-13 23:23] [ALPM-SCRIPTLET] ==> WARNING: errors were encountered during the build. The image may not be complete.
[2014-08-13 23:23] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
[2014-08-13 23:23] [ALPM-SCRIPTLET] ==> Starting build: 3.16.0-2-ARCH
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [base]
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [udev]
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [block]
[2014-08-13 23:23] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
[2014-08-13 23:23] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
[2014-08-13 23:23] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
[2014-08-13 23:24] [ALPM-SCRIPTLET] -> Running build hook: [fsck]
[2014-08-13 23:24] [ALPM-SCRIPTLET] ==> Generating module dependencies
[2014-08-13 23:24] [ALPM-SCRIPTLET] ==> Creating gzip-compressed initcpio image: /boot/initramfs-linux-fallback.img
[2014-08-13 23:24] [ALPM-SCRIPTLET] ==> Image generation successful
[2014-08-13 23:24] [PACMAN] upgraded linux (3.15.8-1 -> 3.16-2)
[2014-08-13 23:24] [PACMAN] upgraded lirc-utils (1:0.9.0-75 -> 1:0.9.0-76)
[2014-08-13 23:24] [PACMAN] upgraded mariadb-clients (10.0.12-2 -> 10.0.13-1)
[2014-08-13 23:24] [PACMAN] upgraded mariadb (10.0.12-2 -> 10.0.13-1)
[2014-08-13 23:24] [PACMAN] upgraded python-setuptools (1:5.4.2-1 -> 1:5.5.1-1)
[2014-08-13 23:24] [PACMAN] upgraded xfsprogs (3.2.0-1 -> 3.2.1-1)
Any ideas what may have caused this?

As an update, this problem occurs exclusively with loop devices, whether created automatically through the loop module or manually through kpartx.

Similar Messages

  • Xen returns with "spawn failed (rc=-3)"

    Hi, I'm trying to run a virtualized Windows with Xen. It works fine without networking, but when I enable networking via vif, I get this error:
    # xl create win.cfg
    Parsing config from win.cfg
    libxl: error: libxl_dm.c:1482:device_model_spawn_outcome: domain 1 device model: spawn failed (rc=-3)
    libxl: error: libxl_create.c:1319:domcreate_devmodel_started: device model did not start: -3
    libxl: error: libxl_dm.c:1586:kill_device_model: Device Model already exited
    libxl: error: libxl_device.c:797:libxl__initiate_device_remove: unable to get my domid
    libxl: error: libxl_device.c:797:libxl__initiate_device_remove: unable to get my domid
    libxl: error: libxl_device.c:797:libxl__initiate_device_remove: unable to get my domid
    libxl: error: libxl.c:1640:devices_destroy_cb: libxl__devices_destroy failed for 1
    # cat win.cfg
    builder = 'hvm'
    memory = 2048
    name = 'windows8'
    vif = [ 'bridge=xenbr0' ]
    disk = [ 'file:/root/windows.img,hda,w', 'file:/root/windows.iso,hdc:cdrom,r' ]
    boot = 'dc'
    acpi = 1
    serial='pty'
    sdl = 1
    vnc = 0
    # brctl show
    bridge name bridge id STP enabled interfaces
    xenbr0 8000.002522cbc586 no eth0
    # ip addr
    1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host
    valid_lft forever preferred_lft forever
    2: eth0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master xenbr0 state UP group default qlen 1000
    link/ether 00:25:22:cb:c5:86 brd ff:ff:ff:ff:ff:ff
    inet6 fe80::225:22ff:fecb:c586/64 scope link
    valid_lft forever preferred_lft forever
    3: ip_vti0@NONE: <NOARP> mtu 1428 qdisc noop state DOWN group default
    link/ipip 0.0.0.0 brd 0.0.0.0
    4: ip6_vti0@NONE: <NOARP> mtu 1500 qdisc noop state DOWN group default
    link/tunnel6 :: brd ::
    5: sit0@NONE: <NOARP> mtu 1480 qdisc noop state DOWN group default
    link/sit 0.0.0.0 brd 0.0.0.0
    6: ip6tnl0@NONE: <NOARP> mtu 1452 qdisc noop state DOWN group default
    link/tunnel6 :: brd ::
    7: xenbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default
    link/ether 00:25:22:cb:c5:86 brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.100/24 brd 192.168.1.255 scope global xenbr0
    valid_lft forever preferred_lft forever
    inet6 fe80::225:22ff:fecb:c586/64 scope link
    valid_lft forever preferred_lft forever
    What could be the problem here?
    Thanks!
    Last edited by ccom (2015-04-17 17:58:16)

    Oh, I only did xl -vvv xD
    Here's the full xl -vvvv:
    # xl -vvvv create win.cfg
    Parsing config from win.cfg
    libxl: debug: libxl_create.c:1501:do_domain_create: ao 0x2197a20: create: how=(nil) callback=(nil) poller=0x2194300
    libxl: debug: libxl_device.c:269:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=unknown
    libxl: debug: libxl_device.c:215:disk_try_backend: Disk vdev=hda, backend phy unsuitable as phys path not a block device
    libxl: debug: libxl_device.c:298:libxl__device_disk_set_backend: Disk vdev=hda, using backend qdisk
    libxl: debug: libxl_device.c:269:libxl__device_disk_set_backend: Disk vdev=hdc spec.backend=unknown
    libxl: debug: libxl_device.c:215:disk_try_backend: Disk vdev=hdc, backend phy unsuitable as phys path not a block device
    libxl: debug: libxl_device.c:298:libxl__device_disk_set_backend: Disk vdev=hdc, using backend qdisk
    libxl: debug: libxl_create.c:907:initiate_domain_create: running bootloader
    libxl: debug: libxl_bootloader.c:323:libxl__bootloader_run: not a PV domain, skipping bootloader
    libxl: debug: libxl_event.c:629:libxl__ev_xswatch_deregister: watch w=0x2194c40: deregister unregistered
    xc: detail: elf_parse_binary: phdr: paddr=0x100000 memsz=0xbefa4
    xc: detail: elf_parse_binary: memory: 0x100000 -> 0x1befa4
    xc: detail: VIRTUAL MEMORY ARRANGEMENT:
    xc: detail: Loader: 0000000000100000->00000000001befa4
    xc: detail: Modules: 0000000000000000->0000000000000000
    xc: detail: TOTAL: 0000000000000000->000000007f800000
    xc: detail: ENTRY: 0000000000100000
    xc: detail: PHYSICAL MEMORY ALLOCATION:
    xc: detail: 4KB PAGES: 0x0000000000000200
    xc: detail: 2MB PAGES: 0x00000000000003fb
    xc: detail: 1GB PAGES: 0x0000000000000000
    xc: detail: elf_load_binary: phdr 0 at 0x7f8bf40c6000 -> 0x7f8bf417be11
    libxl: debug: libxl_device.c:269:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=qdisk
    libxl: debug: libxl_event.c:629:libxl__ev_xswatch_deregister: watch w=0x2195c80: deregister unregistered
    libxl: debug: libxl_device.c:269:libxl__device_disk_set_backend: Disk vdev=hdc spec.backend=qdisk
    libxl: debug: libxl_event.c:629:libxl__ev_xswatch_deregister: watch w=0x2196bf0: deregister unregistered
    libxl: debug: libxl_dm.c:1413:libxl__spawn_local_dm: Spawning device-model /usr/lib/xen/bin/qemu-system-i386 with arguments:
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: /usr/lib/xen/bin/qemu-system-i386
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -xen-domid
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: 12
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -chardev
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: socket,id=libxl-cmd,path=/run/xen/qmp-libxl-12,server,nowait
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -mon
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: chardev=libxl-cmd,mode=control
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -nodefaults
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -name
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: windows8
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -sdl
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -device
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: cirrus-vga,vgamem_mb=8
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -boot
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: order=dc
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -device
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: rtl8139,id=nic0,netdev=net0,mac=00:16:3e:56:54:19
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -netdev
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: type=tap,id=net0,ifname=vif12.0-emu,script=no,downscript=no
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -machine
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: xenfv
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -m
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: 2040
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -drive
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: file=/root/windows.img,if=ide,index=0,media=disk,format=raw,cache=writeback
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: -drive
    libxl: debug: libxl_dm.c:1415:libxl__spawn_local_dm: file=/root/windows.iso,if=ide,index=2,media=cdrom,format=raw,cache=writeback,id=ide-5632
    libxl: debug: libxl_event.c:577:libxl__ev_xswatch_register: watch w=0x2194ea0 wpath=/local/domain/0/device-model/12/state token=3/0: register slotnum=3
    libxl: debug: libxl_create.c:1517:do_domain_create: ao 0x2197a20: inprogress: poller=0x2194300, flags=i
    libxl: debug: libxl_event.c:514:watchfd_callback: watch w=0x2194ea0 wpath=/local/domain/0/device-model/12/state token=3/0: event epath=/local/domain/0/device-model/12/state
    libxl: debug: libxl_event.c:514:watchfd_callback: watch w=0x2194ea0 wpath=/local/domain/0/device-model/12/state token=3/0: event epath=/local/domain/0/device-model/12/state
    libxl: debug: libxl_event.c:615:libxl__ev_xswatch_deregister: watch w=0x2194ea0 wpath=/local/domain/0/device-model/12/state token=3/0: deregister slotnum=3
    libxl: debug: libxl_event.c:629:libxl__ev_xswatch_deregister: watch w=0x2194ea0: deregister unregistered
    libxl: debug: libxl_qmp.c:691:libxl__qmp_initialize: connected to /run/xen/qmp-libxl-12
    libxl: debug: libxl_qmp.c:296:qmp_handle_response: message type: qmp
    libxl: debug: libxl_qmp.c:541:qmp_send_prepare: next qmp command: '{
    "execute": "qmp_capabilities",
    "id": 1
    libxl: debug: libxl_qmp.c:296:qmp_handle_response: message type: return
    libxl: debug: libxl_qmp.c:541:qmp_send_prepare: next qmp command: '{
    "execute": "query-chardev",
    "id": 2
    libxl: debug: libxl_qmp.c:296:qmp_handle_response: message type: return
    libxl: debug: libxl_qmp.c:541:qmp_send_prepare: next qmp command: '{
    "execute": "query-vnc",
    "id": 3
    libxl: debug: libxl_qmp.c:296:qmp_handle_response: message type: return
    libxl: debug: libxl_event.c:577:libxl__ev_xswatch_register: watch w=0x219c008 wpath=/local/domain/0/backend/vif/12/0/state token=3/1: register slotnum=3
    libxl: debug: libxl_event.c:514:watchfd_callback: watch w=0x219c008 wpath=/local/domain/0/backend/vif/12/0/state token=3/1: event epath=/local/domain/0/backend/vif/12/0/state
    libxl: debug: libxl_event.c:834:devstate_watch_callback: backend /local/domain/0/backend/vif/12/0/state wanted state 2 still waiting state 1
    libxl: debug: libxl_event.c:514:watchfd_callback: watch w=0x219c008 wpath=/local/domain/0/backend/vif/12/0/state token=3/1: event epath=/local/domain/0/backend/vif/12/0/state
    libxl: debug: libxl_event.c:830:devstate_watch_callback: backend /local/domain/0/backend/vif/12/0/state wanted state 2 ok
    libxl: debug: libxl_event.c:615:libxl__ev_xswatch_deregister: watch w=0x219c008 wpath=/local/domain/0/backend/vif/12/0/state token=3/1: deregister slotnum=3
    libxl: debug: libxl_event.c:629:libxl__ev_xswatch_deregister: watch w=0x219c008: deregister unregistered
    libxl: debug: libxl_event.c:629:libxl__ev_xswatch_deregister: watch w=0x219c090: deregister unregistered
    libxl: error: libxl_create.c:1359:domcreate_attach_vtpms: unable to add nic devices
    libxl: debug: libxl_dm.c:1589:kill_device_model: Device Model signaled
    libxl: error: libxl_device.c:797:libxl__initiate_device_remove: unable to get my domid
    libxl: debug: libxl_event.c:629:libxl__ev_xswatch_deregister: watch w=0x219a8e0: deregister unregistered
    libxl: error: libxl_device.c:797:libxl__initiate_device_remove: unable to get my domid
    libxl: debug: libxl_event.c:629:libxl__ev_xswatch_deregister: watch w=0x219ac30: deregister unregistered
    libxl: error: libxl_device.c:797:libxl__initiate_device_remove: unable to get my domid
    libxl: debug: libxl_event.c:629:libxl__ev_xswatch_deregister: watch w=0x219afa0: deregister unregistered
    libxl: error: libxl_device.c:797:libxl__initiate_device_remove: unable to get my domid
    libxl: debug: libxl_event.c:629:libxl__ev_xswatch_deregister: watch w=0x219b160: deregister unregistered
    libxl: error: libxl.c:1640:devices_destroy_cb: libxl__devices_destroy failed for 12
    libxl: debug: libxl_event.c:1765:libxl__ao_complete: ao 0x2197a20: complete, rc=-3
    libxl: debug: libxl_event.c:1737:libxl__ao__destroy: ao 0x2197a20: destroy
    xc: debug: hypercall buffer: total allocations:1300 total releases:1300
    xc: debug: hypercall buffer: current allocations:0 maximum allocations:4
    xc: debug: hypercall buffer: cache current size:4
    xc: debug: hypercall buffer: cache hits:1288 misses:4 toobig:8
    # cat /var/log/xen/qemu-dm-windows8.log
    qemu: terminating on signal 1 from pid 4275

  • Error message: "The share operation Apple Devices 1080p has failed"

    Hey,
    I have a MacBook Air, OS X version 10.9.3, running Mavericks, with 1.7 GHz and 8 GB memory. I'm running FCPX 10.0.8.
    I've had no problems rendering and exporting all sorts of movies and short clips over the last few months, however every time I try to export my last clip, this message shows up after the clip is 10% done exporting: "The share operation Apple Devices 1080p has failed   QuickTime Error: - 50"
    I've already clicked on "prevent app nap" under Get Info for FCPX.
    Does anyone have any idea what's going on, or can offer a solution to this?
    Thanks so much!
    Terra

    Since you have already checked the Prevent App Nap box I assume you have seen this thread: https://discussions.apple.com/message/21920134#21920134
    Seems likely to me that either one of the files in your timeline is giving you trouble or a render in your timeline is giving you trouble. I sometimes randomly run in to export errors with transitions or titles. Sometimes removing the effect/title from the timeline, deleting the render files or copying and pasting the timeline in to a new project can fix it.

  • HT1926 I keep tryingto reinstall itunes on my computer but when trying to install an error stating Service'apple Mobile Device' (Apple MobileDevice' failed to start. Verify that you have sufficent privileges to start system services keepsshowingup. What d

    Keep trying to reinstall itunes on my pc without success. Message keeps coming up saying Service "apple mobile device' (apple mobiledevice} failed to start. Verifyverify that you have sufficent privileges to start system services. What do I do?

    Go to Control Panel > Add or Remove Programs (Win XP) or Programs and Features (later)
    Remove all of these items in the following order:
    iTunes
    Apple Software Update
    Apple Mobile Device Support (if this won't uninstall move on to the next item)
    Bonjour
    Apple Application Support
    Reboot, download iTunes, then reinstall, either using an account with administrative rights, or right-clicking the downloaded installer and selecting Run as Administrator.
    The uninstall and reinstall process will preserve your iTunes library and settings, but ideally you would back up the library and your other important personal documents and data on a regular basis. See this user tip for a suggested technique.
    Please note:
    Some users may need to follow all the steps in whichever of the following support documents applies to their system. These include some additional manual file and folder deletions not mentioned above.
    HT1925: Removing and Reinstalling iTunes for Windows XP
    HT1923: Removing and reinstalling iTunes for Windows Vista, Windows 7, or Windows 8
    tt2

  • The application pool (machines.model.AppModuleLocal) failed to checkout

    I Dont understand why the below error is comming,
    JBO-30003: The application pool (machines.model.AppModuleLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.DMLException, msg=JBO-26061: Error while opening JDBC connection. at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002) at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453) at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424) at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419) at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1543)
    after creating struts based application.
    1.Created connection and able to see all the tables.
    2.Cretaed model with business component diagram and able to test successfully using Business component browser connect.
    3.Created on jsp file and did drag and drop of table view from APP module data control as read only form.
    when I run my applcation I am getting above exception.
    Added classpath also.
    Please help.

    Hi,
    I have seen that but no use, Exception and the link says the same, and I wonder if the db setting are wrong then How would it opne in connection browser.
    is this a Bug?

  • JBO-30003: The application pool (model.AppModuleLocal) failed to...........

    Hi,
    I have created an adf application, which is having application module, view object, entity object and jspx. I have developed the applicaiton in jdeveloper 10.1.3.1 and created war file and deployed in the Oracle Application Server 10.1.2( I have install the ADF runtime libraries in OAS10.1.2).
    But when i am running the application, i am getting the below error.
    JBO-30003: The application pool (model.AppModuleLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)     at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1543)     at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1404)     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99)     at oracle.adf.model.BindingContext.get(BindingContext.java:457)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)     at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)     at oracle.adf.model.BindingContext.get(BindingContext.java:483)     at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:313)     at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:633)     at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:265)     at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:169)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:534)## Detail 0 ##oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-25222: Unable to create application module.     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)     at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)     at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1543)     at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1404)     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99)     at oracle.adf.model.BindingContext.get(BindingContext.java:457)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)     at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)     at oracle.adf.model.BindingContext.get(BindingContext.java:483)     at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:313)     at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:633)     at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:265)     at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:169)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:534)## Detail 0 ##oracle.jbo.JboException: JBO-25222: Unable to create application module.     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:155)     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:80)     at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2468)     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:536)     at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)     at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1543)     at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1404)     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99)     at oracle.adf.model.BindingContext.get(BindingContext.java:457)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)     at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)     at oracle.adf.model.BindingContext.get(BindingContext.java:483)     at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:313)     at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:633)     at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:265)     at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:169)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:534)## Detail 0 ##javax.naming.NamingException [Root exception is java.lang.ClassCastException]     at oracle.jbo.server.InitialContextImpl.createJboHome(InitialContextImpl.java:59)     at oracle.jbo.common.JboInitialContext.lookup(JboInitialContext.java:77)     at javax.naming.InitialContext.lookup(InitialContext.java:347)     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:136)     at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:80)     at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2468)     at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:536)     at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:419)     at oracle.adf.model.bc4j.DCJboDataControl.rebuildApplicationModule(DCJboDataControl.java:1543)     at oracle.adf.model.bc4j.DCJboDataControl.beginRequest(DCJboDataControl.java:1404)     at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:99)     at oracle.adf.model.BindingContext.get(BindingContext.java:457)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)     at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)     at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)     at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)     at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:87)     at oracle.jbo.uicli.binding.JUIteratorDef.createIterBinding(JUIteratorDef.java:51)     at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)     at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)     at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)     at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)     at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)     at oracle.adf.model.BindingContext.get(BindingContext.java:483)     at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:313)     at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:633)     at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:265)     at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:169)     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:659)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)     at com.evermind[Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)     at java.lang.Thread.run(Thread.java:534)Caused by: java.lang.ClassCastException     at oracle.jbo.common.PropertyManager.loadStaticEnvironmentFromProperties(PropertyManager.java:392)     at oracle.jbo.common.PropertyManager.loadProperties(PropertyManager.java:223)     at oracle.jbo.server.SessionImpl.init(SessionImpl.java:136)     at oracle.jbo.server.ApplicationModuleHomeImpl.createSession(ApplicationModuleHomeImpl.java:110)     at oracle.jbo.server.ApplicationModuleHomeImpl.<init>(ApplicationModuleHomeImpl.java:47)     at oracle.jbo.server.InitialContextImpl.createJboHome(InitialContextImpl.java:51)     ... 42 more

    Pablo,
    You asked on another thread as well... in neither case did you provide any information at all that would help someone help you.
    At any rate, if this is a prodution problem, you could always file a SR on metalink.
    John

  • JBO-30003: The application pool (model.AppModuleLocal) failed to checkout

    We have successfully deployed the application into the OC4J. But we are getting the following error
    JBO-30003: The application pool (model.AppModuleLocal) failed to checkout an application module due to the following exception:oracle.jbo.JboException:
    JBO-29000: Unable to Process Transaction,Please Contact your System Administrator
    ## Detail 0 ##oracle.jbo.JboException: JBO-29000: Unable to Process Transaction,Please Contact your System Administrator
    ## Detail 0 ##oracle.jbo.NoDefException: JBO-25002: Definition model.estimateRelationViewObj of type View Definition not found

    The following line in the error stack is the line of interest:
    msg=JBO-26028: View object rp_page4_VO does not include a primary key attribute RId of entity base Replies.
    Looks like your view object rp_page4_VO does not has primary key field from your entity included in its query.
    This can be fixed by including the same in your view object.
    hope it helps..!

  • ADF mobile: Reuse taskflows for different device models (resolutions) ?

    Hi,
    ADf 11.1.2.3.0 + mobile extension.
    What's best practice to create the same mobile app for different device models (= different screen resolutions = different layout)?
    I mean an app on a smartphone may use different gui components and layout than on a tablet device.
    In adfmf-feature.xml the content of a feature can be either a amx page or a task flow.
    Here I can add a constraint to determine e.g. the device.model and use different amx pages depending on the device model.
    But how to reuse the task flow (assumtion: the taskflow is independent from the device model) and just create specific amx page per device model?
    regards
    Peter

    Replying to an old thread.
    With ADF Mobile 11.1.2.4.0, to display different content views for different devices,  it is recommended that we use following property as a constraint on the content of the feature.
    Property
    Operator
    Value
    hardware.screen.diagonalSize
    more
    6
    It applies this constraint on the devices which have screen size more than 6 inches. Which is applicable for the tablets.
    For more details, look at the HR sample found at the following location in your JDev after installing the ADF Mobile Extension
    jdev_install/jdeveloper/jdev/extensions/oracle.adf.mobile/Samples

  • Model edit failed, the same property cannot appear twice

    I imported a flex 3 project into flash builder but in the design view I'm getting
    model edit failed, the same property cannot appear twice
    I'm not sure how to correct this.

    If this helps I have a copy of the same project in FB 3 (never been imported into FB4) and I can't debug the project. When I try and click on the dropdown arrow next to the debug icon nothing happens, no list of options appears (open debug dialogue etc).
    The same problems occors in the FB 4 version

  • Numeric overflow in device model/Iteratiin limit reached Problem

    I got this OTA project. We were building a tuning filter from 15kHz to 30kHz. I'm using 8th-order 1dB ripple Chebyshev low pass filter (See attachment for schematic). However, when I simulated it, sometimes works, sometimes doesn't. It either shows "Iteration limited reached" or "Numeric overflow in device model". How do I solve this type of probelm?
    Thanks much.
    Attachments:
    1db Cheb OTA.ms12 ‏723 KB

    Hello,
    I have changed a few simulation custom settings to make your circuit run, basically lossening the restrictions on error calculation and iteration precision. Let me know if this fixed it for you. I'm using version 12.
    Cheers,
    Miguel V
    National Instruments
    Attachments:
    1db Cheb OTA.ms12 ‏720 KB

  • Opening device /dev/sg3 failed - access denied to /dev/sg* device file

    Opening device /dev/sg3 failed - access denied to /dev/sg* device file (OB scsi device driver)
    Got this message when running an automated RMAN job.
    To my knowledge the only thing that has changed since being able to run RMAN jobs with OSB and not being able to run them is that the permissions on /usr/tmp were changed from drwxr-xr-x, not drwxrwxrwx.
    Transcript below:
    2010/01/27.04:03:20 ______________________________________________________________________
    2010/01/27.04:03:20
    2010/01/27.04:03:20 Transcript for job oracle/6142.1 running on backup01
    2010/01/27.04:03:20
    2010/01/27.04:03:20 (amh) qdv__automount_in_mh tape1 at 2010/01/27.04:03:20, flags 0x100
    2010/01/27.04:03:20 (amh) mount volume options list contains:
    2010/01/27.04:03:20 (amh) vtype 3, vid (null), vs_create 0, family PAS-RMAN, retain (null), size 0, scratch 0
    2010/01/27.04:03:21 (amh) don't preserve previous mh automount state
    2010/01/27.04:03:21 (amh) loaded volume has no barcode
    2010/01/27.04:03:22 (amh) beginning pass 1
    2010/01/27.04:03:22 (mmr) volset containing oid 20859 (vid PASWLY-000215, tag 000086L3) is closed
    2010/01/27.04:03:22 (amh) 1 oid 20859 doesn't meet mount requirements - volume set is closed to further update (OB device mgr)
    2010/01/27.04:03:22 (mmr) need next volume after oid 20543 (vid PAS-RMAN-018887, tag 000048L3) for append; its oid 20604
    2010/01/27.04:03:22 (amh) 2 oid 20543 doesn't meet mount requirements - the next volume of this set is needed (OB device mgr)
    2010/01/27.04:03:22 (mmr) oid 20949 (vid PAS-RMAN-018935, tag 000021L3) passes criteria
    2010/01/27.04:03:22 (amh) 3 loading
    2010/01/27.04:04:04 (mt) qdv__read_label() succeeded; read 65536 bytes
    2010/01/27.04:04:05 (atv) automount worked
    2010/01/27.04:04:05 (amh) 3 automount worked - returning
    2010/01/27.04:04:05 (amh) end of automount at 2010/01/27.04:04:05 (0x0)
    2010/01/27.04:04:05 Info: volume in tape1 is usable for this operation.
    2010/01/27.04:04:05 (pvfw) at BOT
    2010/01/27.04:04:05 (pvfw) previous state is invalid
    2010/01/27.04:04:05 (alv) backup image label is valid, file 1, section 1
    2010/01/27.04:04:05 (pvfw) invalidating tape position in mount db
    2010/01/27.04:04:05 (ial) invalidate backup image label (was valid)
    2010/01/27.04:05:17 (pvfw) space to EOD
    2010/01/27.04:05:26 (pvfw) inspect_recs BSR: rtypes [0] = filemark
    2010/01/27.04:05:26 (pvfw) inspect_recs BSR: rtypes [1] = filemark
    2010/01/27.04:05:26 (pvfw) inspect_recs BSR: rtypes [2] = data
    2010/01/27.04:05:26 (pvfw) inspect_recs BSR: rtypes [3] = filemark
    2010/01/27.04:05:26 (pvfw) inspect_recs FSF
    2010/01/27.04:05:26 (pvfw) inspect_recs ready to mount
    2010/01/27.04:05:26 (pvfw) mounting at inspect_rec's request in rw_mode 2
    2010/01/27.04:05:28 (pvfw) mounted ok
    2010/01/27.04:05:28 (pvfw) at OB EOD, returning (2)
    2010/01/27.04:05:28 (pvfw) pos_vol_cleanup not returning pstate
    2010/01/27.04:05:28 (dmap) tape1 success
    04:05:28 OBTR: obtar version 10.2.0.3.0 (linuxamd64) -- Wed Sep 24 11:12:44 PDT 2008
    Copyright (c) 1992, 2007, Oracle. All rights reserved.
    04:05:28 OBTR: obtar -c -Xjob:oracle/6142.1 -Xob:10.2 -Xstat -X shm:/usr/tmp/obsbt_10985_0_126458300010985a -Xbga:oracle/6142.1 -y /usr/tmp/[email protected] -J -F5 -f tape1 -Xrescookie:0x99ECC895 -H backup01 -zR
    04:05:28 OBTR: running as root/root
    04:05:28 OBTR: record storage set to internal memory
    04:05:28 ATAL: reserved drive tape1, cookie 0x99ECC895
    04:05:28 OBTR: obsd=1, is_job=1, is_priv=0, os=15
    04:05:28 OBTR: rights established for user oracle, class admin
    04:05:28 SUUI: user info oracle/oinstall, ??/??
    04:05:28 STTY: background terminal I/O or is a tty
    04:05:28 MAIN: interactive
    04:05:28 SET: volume has no expiration time
    04:05:28 CNPC: data host reports this butype_info:
    04:05:28 CNPC: tar (attr 0x2C78: B_DIRECT, R_DIRECT, B_INCR, R_INCR, B_FH_DIR)
    04:05:28 CNPC: DIRECT = y
    04:05:28 CNPC: HISTORY = y
    04:05:28 CNPC: LEVEL = 0
    04:05:29 DOLM: nop (for tape1 (raw device "/dev/sg3"))
    04:05:29 DOLM: ok
    04:05:30 RLE: connecting to volume/archive database host
    04:05:30 RLE: device tape1 (raw device "/dev/sg3")
    04:05:30 RLE: mount_info is valid
    04:05:30 A_O: tape device is local
    04:05:30 A_O: Devname: HP,Ultrium 3-SCSI,G63Z
    04:05:30 Info version: 11
    04:05:30 WS version: 10.2
    04:05:30 Driver version: 10.2
    04:05:30 Max DMA: 2097152
    04:05:30 Blocksize in use: 65536
    04:05:30 Query frequency: 134217728
    04:05:30 Rewind on close: false
    04:05:30 Can compress: true
    04:05:30 Compression enabled: true
    04:05:30 8200 media: false
    04:05:30 Error threshold: 8%
    04:05:30 Remaining tape: 403359744
    04:05:30 A_GB: ar_block at 0x2B544951A000, size=2097152
    04:05:30 A_GB: ar_block_enc at 0x2B544971E000, size=2097152
    04:05:30 ADMS: reset library tape selection state
    04:05:30 ADMS: reset complete
    04:05:30 VLBR: not at bot: 0x9
    04:05:30 VLBR: tag on label just read: "000021L3"
    04:05:30 VLBR: master tag now "000021L3"
    04:05:30 RLE: set kb remaining to 403359744
    04:05:30 RLE: noticed nil label
    04:05:30 ARVI: resetting volume id from nil to PAS-RMAN-018935
    04:05:30 PF: here's the label at the current position:
    Volume label:
    Volume tag: 000021L3
    Intro time: Tue Jun 02 17:00:51 2009
    Volume UUID: d0e25812-ed54-102c-a34d-001143fd735c
    Volume ID: PAS-RMAN-018935
    Volume sequence: 1
    Volume set owner: root
    Volume set created: Tue Jan 26 23:32:25 2010
    Media family: PAS-RMAN
    Volume set expires: never; content manages reuse
    Original UUID: d0e25812-ed54-102c-a34d-001143fd735c
    Archive label:
    File number: 5
    File section: 1
    Owner: root
    Client host: merge01
    Backup level: 0
    S/w compression: no
    Archive created: Wed Jan 27 00:08:56 2010
    Marker: End of data
    04:05:30 PF: at desired location
    04:05:30 RCVW: volume "PAS-RMAN-018935" / vuuid d0e25812-ed54-102c-a34d-001143fd735c reserved for writing
    04:05:30 CREA: tape position after open_archive() is 0001A1800000
    04:05:30 GLMT: returning "000021L3", code = 0x0
    04:05:30 IMF: inherited media family PAS-RMAN is content-managed
    04:05:30 CREA: setting history tag to "000021L3" from volume label
    04:05:30 RLE: overwrite invalid/blank/marker section
    04:05:30 VLBW: on entry, l->tag = "", master tag = "000021L3", bot = 0
    04:05:30 VLBW: setting voltag from "" to "000021L3"
    04:05:30 VLBW: volume is content-managed
    04:05:30 RLE: write volume PAS-RMAN-018935, file 5, section 1, vltime 1264566745, vowner root, voltag 000021L3
    04:05:30 VSLW: set last write time for volume oid 20949
    04:05:31 ULVI: set mh db volume id "PAS-RMAN-018935" (retid "000021L3"), volume oid 20949, code 0
    04:05:31 ULTG: set mh db tag "000021L3" (retid "PAS-RMAN-018935"), volume oid 20949, code 0
    04:05:31 RLE: set kb remaining to "invalid or unknown"
    Volume label:
    Volume tag: 000021L3
    Intro time: Tue Jun 02 17:00:51 2009
    Volume UUID: d0e25812-ed54-102c-a34d-001143fd735c
    Volume ID: PAS-RMAN-018935
    Volume sequence: 1
    Volume set owner: root
    Volume set created: Tue Jan 26 23:32:25 2010
    Media family: PAS-RMAN
    Volume set expires: never; content manages reuse
    Original UUID: d0e25812-ed54-102c-a34d-001143fd735c
    Archive label:
    File number: 5
    File section: 1
    Owner: root
    Client host: backup01
    Backup level: 0
    S/w compression: no
    Archive created: Wed Jan 27 04:05:28 2010
    Archive owner UUID: 9d92d00e-0368-102b-89f6-001143fd735c
    Owner class UUID: edde6dc8-f857-102a-a357-001143fd735c
    Backup piece name: 8sl4ft06_1_1
    Backup db name: emrep
    Backup db id: 3844670930
    Backup copy number: not applicable
    Backup content: archivelog
    04:05:31 RCVW: volume "PAS-RMAN-018935" / vuuid d0e25812-ed54-102c-a34d-001143fd735c reserved for writing
    04:05:31 ADMS: reset library tape selection state
    04:05:31 ADMS: reset complete
    04:05:31 SNP: using NDMP protocol version 4
    04:05:36 FLDB: drive buffer flush to medium took 0:05 (min:sec)
    04:05:36 BNPC: volume position "0001A181" added to s_vol_start_pos
    04:05:36 BNPC: initial volume label "PAS-RMAN-018935" added to s_vids, s_last_section 1
    04:05:36 BNPC: initial volume tag "000021L3" added to s_vtags, s_last_section 1
    04:05:36 BNPC: environment variable DATA_BLOCK_SIZE = 64
    04:05:36 BNPC: environment variable DATA_ARCH_UUID = f3ccd49e-ed7a-102c-be2b-001143fd735c
    04:05:36 MGS: ms.record_size 65536, ms.record_num 0x0, ms.bytes_moved 0x0
    04:05:36 SMWB: setting mover window for possible checkpoint during backup
    04:05:36 MLIS: mover listen ok for local connection
    04:05:36 APNI: a preferred network interface does not apply to this connection
    04:05:36 DPNI: a local NDMP data connection is in use
    04:05:36 BNPC: directing data service to connect to mover
    04:05:42 BNPC: issuing NDMP_DATA_START_BACKUP
    04:05:47 BNPC: started OSB NDMP backup of backup01 to tape1
    04:16:51 MNPO: data service halted with reason=successful
    04:16:51 SNPD: Data Service reported bytes processed 0x6DF20000
    Opening device /dev/sg3 failed - access denied to /dev/sg* device file (OB scsi device driver)

    Permissions problem on the drive for the user running the job.

  • Typed model execution failed

    Hi All,
    When executing a RFC I am getting the following error from webdynpro for java:
    com.sap.tc.cm.arfc2.gci.exception.ARFC2ModelExecuteException: Typed model execution failed; see nested exception for details.
    How to see the details of error?
    Thanks
    Raktim

    Hi Expert,
    I am facing the the problem with one  the user  is executing the BApi through Portal Application.Please suggest me  on below Massage.
    class com.sap.tc.cm.arfc2.gci.exception.ARFC2ModelExecuteException
    Typed model execution failed; see nested exception for details
    com.sap.tc.cm.arfc2.gci.exception.ARFC2ModelExecuteException: Typed model execution failed; see nested exception for details
    at com.sap.tc.cm.arfc2.gci.ARFC2TypedModelClassExecutable.execute(ARFC2TypedModelClassExecutable.java:57)
    at com.bluefinsolutions.roster.wd.comp.viewrostercomp.ShiftSwap.readTeamDayForDay(ShiftSwap.java:187)
    at com.bluefinsolutions.roster.wd.comp.viewrostercomp.wdp.InternalShiftSwap.readTeamDayForDay(InternalShiftSwap.java:259)
    at com.bluefinsolutions.roster.wd.comp.viewrostercomp.MainView.onActionSwapShift(MainView.java:318)
    at com.bluefinsolutions.roster.wd.comp.viewrostercomp.wdp.InternalMainView.wdInvokeEventHandler(InternalMainView.java:306)
    at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:142)
    at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:75)
    at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.doHandleActionEvent(ProcessingEventPhase.java:159)
    at com.sap.tc.webdynpro.clientserver.phases.ProcessingEventPhase.execute(ProcessingEventPhase.java:94)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequestPartly(WindowPhaseModel.java:162)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doProcessRequest(WindowPhaseModel.java:110)
    at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:97)
    at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:514)
    at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:55)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doExecute(ClientApplication.java:1688)
    at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.doProcessing(ClientApplication.java:1502)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessingEmbedded(ApplicationSession.java:895)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doApplicationProcessing(ApplicationSession.java:854)
    at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:343)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:315)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.delegateToRequestManager(AbstractExecutionContextDispatcher.java:62)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.service(DispatchHandlerForRequestManager.java:39)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.DispatchHandlerForRequestManager.service(DispatchHandlerForRequestManager.java:46)
    at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:258)
    at com.sap.tc.webdynpro.serverimpl.wdc.sessionctx.ExecutionContextDispatcher.dispatchToAppContext(ExecutionContextDispatcher.java:68)
    at com.sap.tc.webdynpro.serverimpl.core.sessionctx.AbstractExecutionContextDispatcher.dispatch(AbstractExecutionContextDispatcher.java:53)
    at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:244)
    at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$Runner.callRequestManager(JavaApplicationProxy.java:1265)
    at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$Runner.callEmbeddedApplication(JavaApplicationProxy.java:1146)
    at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$SendDataAndProcessActionCommand.doExecute(JavaApplicationProxy.java:1582)
    at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$AbstractCommand.execute(JavaApplicationProxy.java:1465)
    at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy$Runner.execute(JavaApplicationProxy.java:1052)
    at com.sap.tc.webdynpro.clientserver.embedding.JavaApplicationProxy.execute(JavaApplicationProxy.java:883)
    Thanks In Advance!
    -Br-/sudhir

  • Device Sync Test: Failed

    My iPod Nano 4th Gen has failed to pass the Diagnostics Test, "Device Sync Test: Failed"
    I cannot load the latest CD I have purchased from iTunes onto my Nano.

    Hello rcalza,
    Thanks for using Apple Support Communities.;
    To troubleshoot this issue please follow the steps in the article linked to below.
    iTunes for Windows: Device Connectivity Tests
    http://support.apple.com/kb/HT1369
    Take care,
    Alex H.

  • After iOS 7 update to my 4s, Windows device driver install fails.  Why?

    on iOS 6, my 4s worked fine on Windows computers.  just installed iOS 7 and now Windows Apple device driver install failed.  any ideas or fixes?

    Reboot the computer.
    Restart the iPhone.
    Install the latest version of iTunes, 11.1 is required for syncing with iOS7.
    Remove all Apple related components and reinstall iTunes.

  • AUTOSMARTPORT-F-DEV_CALC_FAILED: XDP device type calculation failed: interface

    Hello,
    The company I work for has some Cisco hardware in the plant and, as our team has no expertise on configuring Cisco switches I hope you can help me and my team to get this problem solved. I will make a brief comment on what is going wrong here:
    I own two SG300-28 and they are connected using LAG over 2 interfaces (GI27 and GI28) but this is not the problem, I think, just the scenario. So I have two sides:
    CSC <--- LAG ---> TOO
    At CSC I have no problem and the switch is running fine for 38 days (we had a hard reboot back there).
    On the other hand, at TOO, we are facing a soft reboot problem and we are not able to fix it. The only message we got, just before the reboot is:
    2147476226          2013-Dec-09 06:20:05          Emergency           %AUTOSMARTPORT-F-DEV_CALC_FAILED: XDP device type calculation failed: interface gi21 - capability 2 ***** FATAL ERROR *****  Reporting Task: NCDP. Software  Version: 1.3.5.58 (date  10-Oct-2013 time  17:15:41) 0x16adbc 0x166f28 0x6df2b0 0x48fad8 0x4903e8 0x490608 0x6e8490 0x6e8528 0x6e8d90 0x82eb24 0x831 7b8 0x837a88 0x1223f0 ***** END OF FATAL ERROR *****
    After reboot:
    2147483510          2013-Dec-09 06:26:29          Warning           %CDP-W-NATIVE_VLAN_MISMATCH: Native VLAN mismatch detected on interface gi21.
    And the switch reboots. This is causing us a lot of problems. As an emergency exit (and it's not fully working) we disabled AutoSmartPort (which is a functionality we will never use in the network layout so we don't need it).
    Is there anything you can tell me to do? I am attaching running config for TOO. Befero someone ask we already tried to change the hardware (we own a spare SG300) and the same problem is there.

    It's on another post, sorry for this duplicate post:
    https://supportforums.cisco.com/message/4112232#4112232

Maybe you are looking for

  • PC suite version 7.1.18.0 help please

    Hi there.... Done a quick search but cant really find what I'm looking for, so hopefully someone can help me out here please? Details: Windows XP Professional Version 2002 Service pack 3 PC suite 7.1.18.0 cable conection trying to sync with Lotus org

  • After updating to iOS 8.2 calls automatically are routed to mailbox

    Hi After updating to iOS 8.2. my iPhone 6 rings only once and after that all calls are routed to the mailbox. I already rebooted by holding on/off and home. the problem is still there. any idea? thx Juergen

  • Error in sequence jobs run in backround

    Hi All, I am getting problem while submitting the bacground in sequence. i need to execute the jobs in loop. i have put the logic loop at (no. of jobs) CALL FUNCTION 'JOB_OPEN'   EXPORTING     jobname                  = l_f_jobname    SDLSTRTDT      

  • Pls solve this problem

    SELECT * FROM nameofmonth ORDER BY TO_CHAR ( 'AUG','SEP','OCT','NOV','DEC','JAN','FEB','MAR','APR','MAY','JUN','JUL'); my database is name JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC and i want output as name APR MAY JUN JUL AUG SEP OCT NOV DEC J

  • How to display dates in half-months?

    How can I display dates in half-months from dim_date table? like shown below: Assume that 8/14/2012 is current date.. 07/15 - 07/30 - no. of opties created between those dates 07/01 - 07/14 - no. of opties created 06/15 - 06/30 - ... 06/01- 06/14 - .