Bug report: Navigating process definitions

If I create a bunch of after submit processes on a page with sequence 10, 20, 30, 40 and then re-order them by changing the sequence no, HTML DB gets confused.
On the Page Definition, I see them in the order I want, but when I click on process 10, I get both the "<" and the ">" buttons and when I click on the ">" button, I jump to process 30, not 20.
I think the initial order in which the processes are defined somehow "sticks". Instead, it should navigate based on the current sequence numbers assigned to the process.
Thanks

Is this going to be fixed in 2.0? Thanks

Similar Messages

  • Bug report : Navigator display wrong messages in package body

    Just run some code , you can see the Navigator display wrong messages in the package body,but the package work fine in sqlplus / toad or other tools.
    create or replace package SIMPLE AS
    Procedure simple_proc ;
    END;
    create or replace package body SIMPLE AS
    Procedure simple_proc
    IS
    v_tname varchar2(100);
    begin
    SELECT PERCENTILE_disc(0.5) WITHIN GROUP (ORDER BY tabtype DESC)
              INTO v_tname
              FROM tab;
    END simple_proc;
    END;
    Then open the package body in the Navigator (Connection Pane==> Connection Name ==> Packages ==> Simple Body ) , and show the error message:
    Unexpected token
    Missing Expression
    But if I just create the procedure out of the package , it work fine.
    CREATE OR REPLACE
    Procedure simple_proc
    IS
    v_tname varchar2(100);
    begin
    SELECT PERCENTILE_disc(0.5) WITHIN GROUP (ORDER BY tabtype DESC)
              INTO v_tname
              FROM tab;
    END simple_proc;
    /

    This has already been discussed a number of times (see http://forums.oracle.com/forums/search.jspa?objID=f260&q=Unexpected+token).
    As I understand it, it is related to the parser that SQL Developer is using to display the package decomposition in the navigator not coping with the full PL/SQL and SQL syntax (largely analytical functions from memory).

  • Bug Report:  Loading Process Takes 5 Minutes when Opening A File

    The last Vista 64-bit Windows auto update dated 28Oct09 installed iTunes v9.0.2.25 and Quicktime v7.6.4 ()1327.73). Quicktime seems to have a flaw.
    When you open a .mov or mp3 file the little quarter inch "working" circle continues to spin for about 5 minutes, even though the audio or video file is playing. If you pause the playback, then drag the file to the trash or delete it, you get the blue screen of death as the computer shuts down. Closing the file then deleting it works properly.
    Have any other Vista 64-bit users with Quicktime v7.6.4 ()1327.73) experienced these issues?

    Finder crashes are often caused by "Google Drive." If it's installed, I suggest you first check for an update. If that doesn't solve the problem, remove it according to the developer's instructions. You may need to start the computer in safe mode to do so. Back up all data before making any changes.
    If you use Google Drive and don't want to remove it, then try deselecting the option in its preferences to "show status icons." According to reports, that may be enough to stop the crashing.
    Similar cloud-data clients such as "Dolly Drive," "iDrive," "Open Drive," "Transporter Desktop," and others can cause the same problem.

  • Bug Report: Navigation Bar Subscription Popup LOV

    Hi,
    it looks like that the popup LOV for the "Reference Master Navigation Bar From      List of Values" property of an navigation bar, just shows the name of the navigation bar if the "Icon Image Alt" is filled out. But actually the "Icon Subtext" is the required property for an navigation bar if it's text only.
    Patrick
    My APEX Blog: http://www.inside-oracle-apex.com
    The ApexLib Framework: http://apexlib.sourceforge.net
    The APEX Builder Plugin: http://apexplugin.sourceforge.net/ New!

    Thanks, Patrick, I've noted that.
    Scott

  • Bug report: 3.2; DAC; GridControl; Navigation - Invalid reaction to mouse drag

    Hi,
    This is a bug report, I think.
    I have a one-column GridControl with mandatory column. Normally, DAC framework prohibits from navigation out of empty field and emits one of those DAC-1002 or DAC-603 errors. The only exception I noticed was a double-click on another row. In this case navigation allowed but an error is still produced.
    Today I was playing with this GridControl and discovered that I can drag the yellow frame across rows. And here comes a bug - GridControl doesn't change the current row on InfoBus according to current selection marked by yellow frame.
    In my case it brings the following problem: if the cursor is placed on the new empty row, user drags the cursor to another row and then tries to use any other navigation means except dragging, he gets a navigation error. DAC framework still thinks that the current row is the empty one and produces an error telling that the attribute cannot be empty.
    Dev Team, any comments?
    Regards,
    Vladimir

    Hmm... Nobody answers. I'll try another variation of the same question.
    DAC framework implicitly validates attributes on the base of Mandatory constraint in the Entity Object definition. Is it possible to set the level of this validation? For example, I want to conduct validation only when user navigates out of the row or the whole rowset, but not when he just leaves a field.
    Regards,
    Vladimir

  • BUG i guess, Trying to Add folder in Report Navigator - CAN NOT TYPE any

    I am not sure others are facing this or not.
    I went to report navigator, under User Defined, i clicked "Add Folder", dialog box poped, but can not type anything in any field.
    I guess a bug.
    Kan

    launched it again, it is fixed.

  • Minor Bug 1.5.4 Reports Navigator

    Hello,
    when I open the Reports Navigator in 1.5.4 in localized Germen version I get
    + Benutzerdefinierte Berichte
    + Data Dictionary-Berichte
    - Data Dictionary ReportsThe last node is empty and should not be there.
    And to be pedantic: There should be no hyphen in "Data Dictionary-Berichte" ;-)
    Regards
    Marcus

    I think it is a Bug. The same we had already in the previous version 1.5.3.
    best regards freamer

  • Running Reports with a Process Definition/XMLPublisher App Engine

    Is there any documentation for creating the Application Engine to run XMLP reports from the PeopleSoft menu?  We are converting our Crystal reports to XMLP and I get the report to run fine through Report Viewer but the user wants to access it on the report menu.  The Data Source is query and the query has 7 run control prompts.  I can see how other report App Engines run using three fields UserID, Run Control, Language but this query would have seven prompts to pass from the run control page to the query/report.  I'm assuming I would have to use bind variables.  I don't want to use the method of passing three prompts from the run control table and then setting criteria in the query but to just pass all of the prompt values directly to the report because the query is a union so that complicates the process.  I was wondering if there is a paper, documentation or something to explain the process for passing the prompts (through peoplecode) to the report when running the report from the process definition to the App Engine from the menu?

    Anil and Rohit,
    Thank you both for the help and getting back to me timely. So let me be sure I understand. When running my report in JDeveloper, I am not able to run the rwservlet because it is not deployed on the 9iDS instance of OC4J that JDeveloper uses, because JDeveloper uses a lightweight version of the 9iDS OC4J containers (Or rather, is it not even a version of 9iDS OC4J?). So, I have to start a separate 9iDS OC4J instance which does have rwservlet deployed. So if I try the unsupported trick and deploy reports_ids.ear to the same OC4J instance that Jdeveloper is using, I may be able to get everything working with one instance of OC4J. If I do, what about when I deploy my report to a production 9iAS server? I'm thinking that the 9iAS instance of OC4J would have the rwservlet deployed, so my application would be fit for this environment, and I would still be running everything on one instance of 9iAS OC4J. I also have the idea, for development, of instead of running my application and reports using the internal JDeveloper OC4J instance, I would use a standalone 9iDS OC4J instance on my machine and just run everything (my web application and reports) on this. Do you think this would be feasible? Should I be able to use the JDeveloper debugger to remotely debug all this?
    Thanks and sorry for so many questions!
    Bill

  • Bug Report: The keyboard focus doesn't automatical...

    Bug Report: When a conversation window opens, the focus doesn't automatically land in the chat entry text field.
    Since the new interface for Skype was introduced officially in Skype 7.0, there is a bug with the system/keyboard focus for a new conversation window. When Skype is in "Split Window View" and each new conversation automatically pops up in a separate window, the system/keyboard focus doesn't land in the chat entry edit field. Instead, the user has to press Shift+TAB a couple of times, to move it there and reply to the chat message received. This especially problematic for screen reader users, who rely on keyboard navigation. This mainly occurs when a new conversation is started with an incoming message, but it sometimes occurs when moving the focus out of that conversation window and later back in it again (while it is still opened).
    Steps to reproduce it:
    1. From "View" menu, activate the "Split Window View", if it is not already enabled.
    2. From Tools -> Options -> IM & SMS -> IM settings, enable "Open a new window when I receive a new message in Split Window View", if it is not already enabled.
    3. From Tools -> Options -> Advanced, activate "Enable accessible mode", if it is not already enabled.
    4. Activate the "Save" button, to save the changes.
    5. Close all windows, related to Skype. You may keep only the main window opened.
    6. Tell someone to send you a chat message. When the message arrives, Move the system focus to the conversation window in question, preferably with Alt+TAB. The system/keyboard will not land in the chat entry edit field as it did in Skype 6.21 and earlier and as it should by default, but in some unknown place in the window.
    7. Move the system/keyboard focus in the chat entry edit field and keep it there.
    8. Switch to another window, preferably from another application.
    9. With Alt+TAB, switch back to the window of the opened Skype conversation. There is a chance that the system/keyboard focus will not land in the chat entry edit field as it did in Skype 6.21 and earlier and as it should do by default, but again in some unknown place in the conversation window. But that is harder to reproduce.
    Test environment:
    - Operating system: Windows 8.1 Pro N, 64-bit, in Bulgarian with all locale settings set to "Bulgarian".
    - Skype version: 7.0.0.102 for Desktop.

    This is a known problem, but Skype have not given us an estimated time for a fix.
    Traditionally, Skype updates have been roughly monthly, so we are due a new version sometime soon. Many of us here are hoping that is has a bunch of fixes for the UI, the focus problem being one of them.
    Sean Ellis - uses Skype chat for serious work
    Click here to read my blog post on Skype 7 and basic principles of GUI design

  • KSLD bug report:  32 bit causes target panic

    Since the bug report link:
    http://soldc.sun.com/developer/support/driver/tools/KSLD/bug-report.html
    goes to a non existant email address, I thought I would post here.
    Setup:
    ksld 1.01
    target and host booted with kernel/unix (32 bit)
    /proto directory struct as described in starting ksld doc
    debugging ramd driver example
    ramd directory:
    drwxr-xr-x 4 root other 512 Feb 11 12:40 .
    drwxr-xr-x 10 root other 512 Feb 11 12:47 ..
    drwxrwxrwx 2 bin bin 512 Feb 11 10:26 777
    -rw-r--r-- 1 root other 341 Feb 11 11:31 Makefile
    -rw-r--r-- 1 root other 1610 Apr 24 2001 README
    -rw-r--r-- 1 root other 3588 Apr 18 2001 install
    lrwxrwxrwx 1 root other 52 Feb 11 10:47 misc -> /export/home/ksld-space/proto/root_sparc/kernel/misc
    -rw-r--r-- 1 root other 2523 Apr 18 2001 ntestram.c
    -rw-r--r-- 1 root other 2542 Apr 18 2001 printinfo.c
    lrwxrwxrwx 1 root other 6 Feb 11 10:46 proto -> /proto
    -rw-r--r-- 1 root other 25713 Feb 11 11:29 ramd.c
    -rw-r--r-- 1 root other 291 Apr 18 2001 ramd.conf
    -rw-r--r-- 1 root other 210 Apr 18 2001 ramio.h
    drwxrwxrwx 4 bin bin 512 Feb 11 19:51 sparc
    -rw-r--r-- 1 root other 1785 Apr 18 2001 testram.c
    lrwxrwxrwx 1 root other 67 Feb 11 10:48 unix.281 -> /export/home/ksld-space/proto/root_sparc/platform/sun4u/kernel/unix
    HOST output
    home1# ksld -t hardwire unix.281 99
    Reading unix.281
    KSLD v1.0 on sun4u [SunOS 5.8]
    Current thread is 0x4001fe60
    Reading krtld
    Reading genunix
    Reading platmod
    Reading SUNW,UltraSPARC-II
    Reading specfs
    Reading TS
    Reading TS_DPTBL
    Reading ufs
    Reading fssnap_if
    Reading rpcmod
    Reading ip
    Reading rootnex
    Reading options
    Reading sad
    Reading pseudo
    Reading sd
    Reading scsi
    Reading glm
    Reading pcipsy
    Reading dada
    Reading todmostek
    Reading procfs
    Reading sockfs
    Reading clone
    Reading ip6
    Reading tcp
    Reading md5
    Reading tcp6
    Reading udp
    Reading udp6
    Reading icmp
    Reading icmp6
    Reading arp
    Reading timod
    Reading conskbd
    Reading wc
    Reading ebus
    Reading su
    Reading kb
    Reading ms
    Reading consms
    Reading se
    Reading elfexec
    Reading fifofs
    Reading ldterm
    Reading ttcompat
    Reading zs
    Reading ptsl
    Reading ptc
    Reading rts
    Reading tl
    Reading keysock
    Reading sysmsg
    Reading cn
    Reading pipe
    Reading mm
    Reading hme
    Reading ufs_log
    Reading doorfs
    Reading devinfo
    Reading iwscn
    Reading log
    Reading sy
    Reading fctl
    ksld_dbx: can't stat /platform/sun4u/kernel/drv/afb -- No such file or directory
    Reading afb
    ksld_dbx: can't open /platform/sun4u/kernel/drv/afb -- No such file or directory
    Reading fd
    Reading busra
    Reading cs
    Reading winlock
    Reading seg_drv
    Reading usba
    Reading kstat
    Reading vol
    Reading cpc
    Reading tnf
    Reading pcihp
    Reading hpcsvc
    Reading pcicfg
    Reading nfssrv
    Reading nfs
    Reading rpcsec
    Reading tlimod
    Reading seg_mapdev
    Reading inst_sync
    Reading mntfs
    Reading tmpfs
    Reading klmmod
    Reading autofs
    Reading connld
    Reading bootdev
    Reading shmsys
    Reading ipc
    Reading ramd
    Reading kaio
    detected a multithreaded program
    t@0 stopped in (unknown) at 0xedd000d8
    0xedd000d8: ta %icc,%g0 + 125
    (ksld_dbx) module -v ramd.o
    Module: ramd.o
    Language: ansic
    Debugging information: read [stabs version: 3.1]
    Source file: /opt/SUNWddk/src/drivers/ramd/ramd.c
    Object file: /opt/SUNWddk/src/drivers/ramd/sparc/obj32/ramd.o
    Loadobject: /usr/kernel/drv/ramd
    (ksld_dbx) stop in ram_strategy
    (2) stop in ram_strategy
    poll in failed
    can't set breakpoint
    TARGET output:
    connected
    New connection: uid 0, fd 7
    Begin traceback... sp = edd48290
    Called from edd009dc, fp=edd47b41, args=34 edd308ee eddc40a8 34 edd042f0 edd042ec
    Called from edd03624, fp=edd47c11, args=fff74000 edda51f0 102d087a ffffffff91d0207e 0 4
    Called from edd0c0d0, fp=edd47cd1, args=102d087a 91d0207e ff1bd714102d087a 100 edd48608 27
    Called from edd0a394, fp=edd47d81, args=eddb7788 8 eddc16a1 f0000 1 ffff
    Called from edd176d4, fp=edd47e31, args=ffff eddb7788 0 1 0 eddc1690
    Called from edd0e470, fp=edd47f41, args=edd49058 0 0 3c 0 edda69d8
    Called from edd0e214, fp=edd47ff1, args=eddb6d58 eddc1690 edd49158 ffffffffffffffff 10000 edd483e0
    Called from edd0e154, fp=edd480a1, args=eddc1640 edda3550 0 0 0 0
    Called from edd071b4, fp=edd48121, args=0 0 0 0 0 0
    Called from 0, fp=0, args=0 0 0 0 0 0
    End traceback...
    abort jump: trap 34 sp edd48290 pc edd042ec npc edd042f0
    etext edd308ee estack edd489a0 edata edda2388 nofault edda2658
    ksld_kadb[0]: (`o403P0801So6mLD42d8N_lK^bH00004)(`o403P0801So6mLD42d8N_lK^bH0000
    panic[cpu0]/thread=4001fe60: BAD TRAP: type=34 rp=4002fbc0 addr=40030507 mmu_fsr=0
    sched: alignment error:
    addr=0x40030507
    pid=0, pc=0xedd2ba78, sp=0x4002fc50, tstate=0x1404, context=0x0
    g1-g7: 1000c000, edda1f78, edda1f78, 0, edda2658, 14aef0, 4001fe60
    panic: entering debugger (continue to save dump)
    Trap 7d
    What is wrong with the setup,when a breakpoint would cause a traceback and panic on the target?

    One other possibility is having sufficient rights, especially if you are invoking it via some other app, rather than manually as a logged in user. If you are not logged in and instead invoke it via a web site action, I believe you will have problems reading the registry, accessing a desktop, writing to disk, etc.
    Sorry I can't be more definitive, but perhaps it will help.
    Please post your conclusion, if you find it.
    --Ian

  • Help! Macbook Pro Keeps Crashing.  Here Is The Bug Report

    Please, please, please can someone help me my mac keeps crashing for the last week and I dont know why.
    I  keep getting the grey screen of death
    I have included the bug report below.
    Mac Specs
    I have a Macbook Pro 17"
    Model Identifier: MacBookPro8,3
    Late 2011 Version
    2.2ghz Intel Core i7
    Intel HD Graphics 3000 512 MB
    Software  OS X 10.9.4 (13E28)
    I am running  the OS off an SSD 750 GB Drive connected internally (have been for over a year with no issues)
    The drive that came with my mac got corrupted so I replaced it with the SSD
    I am using an external monitor AOC connected via thunderbolt (have had this set up for over 1.5 years with no issues.
    Bug Report
    Anonymous UUID:       DDEA4723-7244-E776-B61A-34B381E8523F
    Tue Jul 29 23:34:57 2014
    panic(cpu 5 caller 0xffffff8003e4e5ca): "A kext releasing a(n) GenericUSBXHCI has corrupted the registry."@/SourceCache/xnu/xnu-2422.110.17/libkern/c++/OSObject.cpp:218
    Backtrace (CPU 5), Frame : Return Address
    0xffffff81ee4cbe00 : 0xffffff8003a22f79
    0xffffff81ee4cbe80 : 0xffffff8003e4e5ca
    0xffffff81ee4cbed0 : 0xffffff8003e9b6e7
    0xffffff81ee4cbef0 : 0xffffff8003ea9d0f
    0xffffff81ee4cbf30 : 0xffffff8003eaf292
    0xffffff81ee4cbf80 : 0xffffff8003eaf367
    0xffffff81ee4cbfb0 : 0xffffff8003ad7417
    BSD process name corresponding to current thread: kernel_task
    Mac OS version:
    13E28
    Kernel version:
    Darwin Kernel Version 13.3.0: Tue Jun  3 21:27:35 PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64
    Kernel UUID: BBFADD17-672B-35A2-9B7F-E4B12213E4B8
    Kernel slide:     0x0000000003800000
    Kernel text base: 0xffffff8003a00000
    System model name: MacBookPro8,3 (Mac-942459F5819B171B)
    System uptime in nanoseconds: 49357323350
    last loaded kext at 46443091940: com.apple.driver.AppleBluetoothMultitouch 80.14 (addr 0xffffff7f858c1000, size 77824)
    loaded kexts:
    com.bresink.driver.BRESINKx86Monitoring 9.0
    com.avatron.AVExFramebuffer 1.7
    com.displaylink.driver.DisplayLinkDriver 2.1
    net.telestream.driver.TelestreamAudio 1.1.0
    com.techsmith.TACC 1.0.2
    com.logmein.driver.LogMeInSoundDriver 1.0.3
    com.avatron.AVExVideo 1.7
    com.sonnet.driver.SXHCD 1.27.9b2
    net.osx86.kexts.GenericUSBXHCI 1.2.7
    com.apple.driver.AppleBluetoothMultitouch 80.14
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.filesystems.autofs 3.0
    com.apple.iokit.IOBluetoothSerialManager 4.2.6f1
    com.apple.driver.AGPM 100.14.28
    com.apple.driver.AppleTyMCEDriver 1.0.2d2
    com.apple.driver.AppleMikeyHIDDriver 124
    com.apple.driver.ApplePolicyControl 3.6.22
    com.apple.driver.AppleMikeyDriver 2.6.3f4
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AppleUpstreamUserClient 3.5.13
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.kext.AMDFramebuffer 1.2.4
    com.apple.driver.AppleHDAHardwareConfigDriver 2.6.3f4
    com.apple.iokit.IOBluetoothUSBDFU 4.2.6f1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.AppleHDA 2.6.3f4
    com.apple.driver.AppleHWAccess 1
    com.apple.AMDRadeonX3000 1.2.4
    com.apple.driver.AppleIntelMCEReporter 104
    com.apple.driver.AppleIntelHD3000Graphics 8.2.4
    com.apple.driver.AppleLPC 1.7.0
    com.apple.driver.AppleThunderboltIP 1.1.2
    com.apple.kext.AMD6000Controller 1.2.4
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleSMCLMU 2.0.4d1
    com.apple.driver.SMCMotionSensor 3.0.4d1
    com.apple.driver.AppleIntelSNBGraphicsFB 8.2.4
    com.apple.driver.AppleMuxControl 3.6.22
    com.apple.driver.AppleBacklight 170.3.5
    com.apple.driver.AppleMCCSControl 1.2.5
    com.apple.driver.AppleUSBTCButtons 240.2
    com.apple.driver.AppleUSBTCKeyEventDriver 240.2
    com.apple.driver.AppleUSBTCKeyboard 240.2
    com.apple.driver.AppleIRController 325.7
    com.apple.driver.AppleFileSystemDriver 3.0.1
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeLZVN 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 35
    com.apple.driver.XsanFilter 404
    com.apple.driver.AppleUSBXHCI 683.4.0
    com.apple.driver.AppleUSBHub 683.4.0
    com.apple.iokit.IOAHCIBlockStorage 2.6.0
    com.apple.driver.AppleFWOHCI 5.0.2
    com.apple.driver.AirPort.Brcm4331 700.20.22
    com.apple.iokit.AppleBCM5701Ethernet 3.8.1b2
    com.apple.driver.AppleAHCIPort 3.0.5
    com.apple.driver.AppleUSBEHCI 660.4.0
    com.apple.driver.AppleUSBUHCI 656.4.1
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 2.0
    com.apple.driver.AppleACPIButtons 2.0
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 2.1
    com.apple.driver.AppleACPIEC 2.0
    com.apple.driver.AppleAPIC 1.7
    com.apple.driver.AppleIntelCPUPowerManagementClient 217.92.1
    com.apple.nke.applicationfirewall 153
    com.apple.security.quarantine 3
    com.apple.driver.AppleIntelCPUPowerManagement 217.92.1
    com.apple.driver.IOBluetoothHIDDriver 4.2.6f1
    com.apple.driver.AppleMultitouchDriver 245.13
    com.apple.kext.triggers 1.0
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.6.6
    com.apple.iokit.IOSerialFamily 10.0.7
    com.apple.iokit.IOSurface 91.1
    com.apple.iokit.IOBluetoothFamily 4.2.6f1
    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.2.6f1
    com.apple.driver.DspFuncLib 2.6.3f4
    com.apple.vecLib.kext 1.0.0
    com.apple.iokit.IOAcceleratorFamily 98.22
    com.apple.driver.AppleThunderboltEDMSink 2.1.3
    com.apple.driver.AppleThunderboltDPOutAdapter 3.1.7
    com.apple.driver.AppleSMBusPCI 1.0.12d1
    com.apple.kext.AMDSupport 1.2.4
    com.apple.AppleGraphicsDeviceControl 3.6.22
    com.apple.iokit.IOFireWireIP 2.2.6
    com.apple.driver.AppleHDAController 2.6.3f4
    com.apple.iokit.IOHDAFamily 2.6.3f4
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.driver.IOPlatformPluginFamily 5.7.1d6
    com.apple.driver.AppleUSBAudio 2.9.5f8
    com.apple.iokit.IOAudioFamily 1.9.7fc2
    com.apple.kext.OSvKernDSPLib 1.14
    com.apple.driver.AppleSMC 3.1.8
    com.apple.driver.AppleGraphicsControl 3.6.22
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.4.1
    com.apple.driver.AppleSMBusController 1.0.12d1
    com.apple.iokit.IOGraphicsFamily 2.4.1
    com.apple.driver.AppleThunderboltDPInAdapter 3.1.7
    com.apple.driver.AppleThunderboltDPAdapterFamily 3.1.7
    com.apple.driver.AppleThunderboltPCIDownAdapter 1.4.5
    com.apple.driver.AppleUSBMultitouch 240.9
    com.apple.iokit.IOUSBHIDDriver 660.4.0
    com.apple.driver.AppleUSBMergeNub 650.4.0
    com.apple.driver.AppleUSBComposite 656.4.1
    com.apple.driver.AppleThunderboltNHI 2.0.1
    com.apple.iokit.IOThunderboltFamily 3.3.1
    com.apple.iokit.IOUSBUserClient 660.4.2
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IO80211Family 640.36
    com.apple.iokit.IOEthernetAVBController 1.0.3b4
    com.apple.driver.mDNSOffloadUserClient 1.0.1b5
    com.apple.iokit.IONetworkingFamily 3.2
    com.apple.iokit.IOAHCIFamily 2.6.5
    com.apple.iokit.IOUSBFamily 683.4.0
    com.apple.driver.AppleEFINVRAM 2.0
    com.apple.driver.AppleEFIRuntime 2.0
    com.apple.iokit.IOHIDFamily 2.0.0
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 278.11.1
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.AppleKeyStore 2
    com.apple.driver.DiskImages 371.1
    com.apple.iokit.IOStorageFamily 1.9
    com.apple.iokit.IOReportFamily 23
    com.apple.driver.AppleFDEKeyStore 28.30
    com.apple.driver.AppleACPIPlatform 2.0
    com.apple.iokit.IOPCIFamily 2.9
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.pthread 1
    com.apple.kec.corecrypto 1.0

    Looks like the Open Source USB 3.0 driver GenericUSBXHCI is causing this. I'd suggest uninstalling it.

  • Bug Report - Some items in your iTunes Library ... because the file could not be found.

    10.6 and this is still this is a problem?!?!?!?!
    Not like this is an obscure issue only affecting a few noobs. Google returns 11,200 results on this issue!t'
    Can we PLEASE at least allow the list of broken files to be dumped as a text file so I can find them manually! guess not,
    I'll just have to get out a pencil and write down 100 songs to spend my saturday looking up and fixing. Or I could let my wife purchase 100 songs she already has whenever this comes up...
    What's really infurating is that non-technical wife thinks this means she must go to the iTunes store and buy them again.  Is it just coincidence that this only happens to songs that we ripped from the CD with iTunes? Hmmmm?....
    what follows is for the programmers, please make sure this get's to the development group.
    iTunes is the only music library manager, Media player was not even activated.
    iTunes is configured to "Keep folder organized", "Copy files to folder when adding"
    this has been a recurring issue since iTunes 9.x for us
    The issue is persisted accross system and library rebuilds.
    some of the same songs recurr but most of the time the list differs.
    Library survived transfer to new computer and back for a system rebuild (new hdd) w/o this issue.
    I'm guessing 100 songs is an arbitrary limit for error reporting.
    Songs seem to get lost for the following reasons.
    Track number added to filename
    Spelling of some tags like Album, Artist, Title differ in iTunes library and the file path !!!!
    Only seems to happen to mp3 files.
    My suspicion is that iTunes is downloading meta data from the store and updating the mp3 tags and iTunes Music Library.xml then predicting the new file location without actually moving the file to that new location. I've enabled insert/update auditing on the NTFS folder to see if that provided any new info.  I'm also capturing iTunes Music Library.xml so I can compare it to the new one WHEN this happens again and see if there is a pattern there.
    Would love a bug number and feedback chanel on this.

    The missing file thing happens when files are no longer where iTunes expects to find them. Possible causes are that you or some third party tool has moved, renamed or deleted the files, or that the drive they live on has had a change of drive letter. It is also possible that iTunes has changed from expecting the files to be in the pre-iTunes 9 layout to post-iTunes 9 layout, or vice-versa, and so is looking in slightly the wrong place.
    Select a track with an exclamation mark, use Ctrl-I to get info, then cancel when asked to try to locate the track. Look on the summary tab for the location that iTunes thinks the file should be. Now take a look around your hard drive(s). Hopefully you can locate the track in question. If a section of your library has simply been moved, or a drive letter has changed, it should be possible to reverse the actions.
    Alternatively, as long as you can find a location holding the missing files in a relatively sensible structure, then you should be able to use my FindTracks script to reconnect them to iTunes .
    Although you say you haven't used Media Player it can be raised as a background process by visiting enabled web sites. Possibly worth you reviewing this post: Getting iTunes & Windows Media Player to play nicely
    jerunamuck wrote:
    ...My suspicion is that iTunes is downloading meta data from the store and updating the mp3 tags and iTunes Music Library.xml then predicting the new file location without actually moving the file to that new location. I've enabled insert/update auditing on the NTFS folder to see if that provided any new info.  I'm also capturing iTunes Music Library.xml so I can compare it to the new one WHEN this happens again and see if there is a pattern there.
    Unlike Windows Media player iTunes doesn't have a feature to automatically update tag data, although it will sometimes spot when a 3rd party program has (say during playback) and then update its own copy of the data. The iTunes (Music) Library xml file is provided for querying by third party software and is rewritten every time there is a change to the library, but is otherwise of no relevance to iTunes. The library is maintained in the iTunes Library.itl file. I suppose what could be happening is that iTunes issues a command to the file system to move a file based upon its tag, updates its knowledge of where the file is supposed to be, but the OS fails to move the file for some reason. Alternatively everything could go as planned, but iTunes could fail to get the updated copy of the library written out to disk so next time you start you get the previously stored locations.
    I have ideas of my own about the best way to organise my media, but I'm quite familiar with the way iTunes does it. It might be interesting to see the details of one of the broken tracks, the path iTunes thinks it is at, and the actual path, in case there is anything that can be deduced.
    Apple don't run an open bug tracking system so you won't be able to follow reports/progress based on a bug number. You can drop a line to iTunes Feedback or get a free Apple Developer account and submit a bug report report there.
    tt2

  • Bug Report - Windows 8.0 - 6.0.1 USB arbitration causes USB keyboard driver failure

    Can't find a place to submit a bug report. So here goes.
    Full Error Message:
    Windows cannot load the device driver for this hardware because a previous instance of the device driver is still in memory.
    Problem Occurs:
    Windows 8.0 x64
    Vmware Player 6.0.1 build-1379776
    Problem:
    A USB keyboard ceases to function on the host operating system following the first host OS reboot after installing 6.0.1 on Windows 8.0. This issue does not occur with 6.0.0. The issue disappears upon uninstalling Player 6.0.1. Reinstallation allows Player to operate as expected, but issue re-appears after host OS reboot.
    The issue happens immediately after host OS loads, and continues irrespective of whether VMWare Player is launched.
    Looking at the keyboard drivers, the usb keyboard's driver has not loaded (see attached images). The built-in keyboard driver however reports no errors and continues to operate as usual.
    Changing the USB keyboard device to that of a different manufacturer does not resolve the issue. Any USB keyboard driver appears to fail.
    Work Around:
    1) Launch msconfig
    2) Disable VMWare USB arbitration service
    3) Reboot
    4) USB Keyboard works. VMWare Player continues to operate as normal, minus the ability to mount USB storage devices on the guest OS.

    This issue was fixed on my PC as follows.
    1) Taking ownership of the above usb*.sys files in  the drivers folder
    2) renaming them to usb*.sysold
    3) Using Device Manager to uninstall all USB devices with the yellow warning ! next to them
    4) Doing a Scan for Hardware changes via the Device Manager toolbar and then waiting a few moments whilst the USB devices are re-installed with signed drivers.
    Hope this helps you....
    usb drivers files in my drivers folder after the above process:
    12/02/2013  04:12            19,968 usb8023.sys
    21/11/2010  03:24            32,896 USBCAMD2.sys
    27/11/2013  01:41            99,840 usbccgp.sys
    12/07/2013  10:41           100,864 usbcir.sys
    27/11/2013  01:41             7,808 usbd.sys
    27/11/2013  01:41            53,248 usbehci.sys
    25/03/2011  03:29            52,736 usbehci.sysold
    27/11/2013  01:41           343,040 usbhub.sys
    25/03/2011  03:29           343,040 usbhub.sysold
    25/03/2011  03:29            25,600 usbohci.sys
    27/11/2013  01:41           325,120 usbport.sys
    25/03/2011  03:29           325,120 usbport.sysold
    14/07/2009  00:38            25,088 usbprint.sysold
    11/03/2011  04:37            91,648 USBSTOR.SYS
    25/03/2011  03:29            30,720 usbuhci.sys
    21/11/2010  03:23           184,960 usbvideo.sys
                  19 File(s)      2,783,104 bytes
    The .sysold files are the ones I renamed, I think also renamed the usbccgp.sys - but accidentally deleted it after the rename..

  • Acrobat X Scanning Cancelled Problem / WORKAROUND / BUG REPORT

    As you have read in other threads, Acrobat X on Windows has a serious scanning problem with HP and possibly other scanners.
    Whereas in Acrobat 9 scanning worked reasonably well, Acrobat X seems to be unable to cope with scanning documents from the flat bed of a multifunction scanner.
    So, if you are scanning from the feeder, scanning works, but if you are scanning from the flatbed, you will get a brief pause and the phrase SCANNING CANCELLED.
    This is, of course, not acceptable.
    The problem is that Acrobat X does not play nicely with the scanner drivers.  Previously, Acrobat 9 would "auto-detect" the source of a document, using the feeder if loaded, and "falling back" to the flatbed otherwise.  However, Acrobat X does not fall back.  If there is nothing loaded in the document feeder, the scan will be cancelled by Acrobat X.
    The workaround - and I would NOT call this a "solution" - is to use only the "Custom Scan" command from Acrobat X.  When the window pops up, choose the "Options" button and select "Native Mode" and "Show Scanner's Native Interface" from the two menus.  (Acrobat X does seem to remember these settings at least within a session, so if you're scanning multiple documents you only need to do this once.)  Then scan.
    You will see a new window pop up - the scanner's "native interface."  On my computer, this window shows up BEHIND the Acrobat X screen (annoyingly) so you have to watch for it and click forward.  Be sure to select "flat bed" from the "document source" menu.  On my computer, this setting is NOT remembered between scans, so you have to do this for EVERY SCAN.  Then, the document will scan, and you can do what you want with it in Acrobat X.
    Needless to say, this is a long, painful, slow process, especially if you're scanning lots of flatbed items, as I do.  Hence it's a "workaround" and NOT a "solution".
    The SOLUTION will be for Adobe to FIX this.  ADOBE:  THIS IS A BUG REPORT.  PLEASE LOG THIS IN AND FIX IT.  Acrobat 9 with CS5 worked perfectly, as did Acrobat 8 before it.  Moving to CS5.5 with Acrobat X broke this.  Sloppy.  Please fix!  Thank you!
    Glen Barney

    I used your workaround (thank you!) but it was very annoying. Although I set up the options for a single multi-page document, Adobe gave me separate files and I had to consolidate them. I also had to fill out the options (color, flatbed vs feeder) for each page. This function was working for me at some point, so I don't know what happened to make my HP Multifunction and Adobe part ways. I hope Adobe comes up with a successful patch for this problem.

  • ITunes for Windows 7.0.1.8 bug report

    Do Apple employees actually read these forums? Is there some other (e.g. better) way for me to submit substantive iTunes bug reports to them?
    I've noticed a bug in iTunes for Windows, spanning both versions 6 and 7. I'm currently using 7.0.1.8 and the bug still manifests there. My iPod is a 60GB photo model, firmware version 1.2.1 (which is the latest available). This bug is reproducible on multiple PCs (by ripping the same CDs to two different iTunes installations on two different PCs), so it is definitely not a misconfiguration
    issue or a fouled up OS install or faulty PC hardware.
    If a song's artist field contains an ampersand character, then when the song is uploaded to the iPod, that artist entry does not appear at all in the "Artists" menu on the iPod itself. I have this problem with songs by "Korn & The Dust Brothers" and by "Larry Graham & Graham Central Station". Due to this bug, it's not possible to locate these songs by artist using the iPod's UI, even though the songs are indeed present on the iPod and can be accessed by album title.
    This bug is extremely obnoxious and needs to be fixed ASAP. Thanks.
    None -- self-built PC   Windows XP Pro   XP Pro SP2, 2 GB RAM, Intel Core 2 Duo 6600

    Chalk this one up to "bad feature design".
    Apparently the songs I was having trouble with just happened to be flagged (in "Get Info") as belonging to a compilation, and my iPod was set to "Compilations: On".
    I've never used the Compilations feature and I didn't understand how it worked. Apparently, any song that belongs to a compilation won't show up under the "Artists" view but will instead show up only under the "Compilations" view on the iPod (if "Compilations: On" is set in the iPod's UI).
    The Compilations feature isn't designed or explained very clearly anywhere, so I'm sure I'm not the only person who has been confused by its behavior. Especially since I never manually turned the feature on or manually set any songs I ripped as belonging to any compilations. I hope Apple will do something in future iTunes releases to alleviate that confusion.
    None -- self-built PC   Windows XP Pro   XP Pro SP2, 2 GB RAM, Intel Core 2 Duo 6600

Maybe you are looking for

  • Can't find driver for printer

    I have an HP PSC 750 connected to an airport express base station. It shows up in the printer browser when I click the add printer button (it says Bonjour under the connection type). However, under the 'print using' drop menu it won't auto select a d

  • Library can't be read or updated, error (-50)

    I have just installed iTunes 7.0.2 (forced to by the Music Store!), and it is not working for me. When I run it, a small window pops up that says "importing iTunes Music Library.xml", with a progress bar. This goes on for many minutes. When it finall

  • Adobe Livecycle online/video trainings

    Hi, I would like to know if there are any online trainings available for Adobe Livecycle, covering Adobe Designer, Process Management & Reader Extension in the coming few weeks. We would like to nominate 2 folks from Capgemini, India.

  • Need help/advice before I power up my new iMac

    Hi friends .... I'm sorry to bother here- but I just purchased a new 21.5" base iMac and need advice before my first start up ..... I'm currently using my 2006 iMac with 10.4.11 .... I'd love to be able to transfer some basic files, Safari bookmarks,

  • CS3 .indd and .inx file freezes (not responding) in soft returns, copy/paste, across machines

    My file first started crashing when I tried to soft-return following an em-dash, en-dash, or hyphen. For a while I worked around this by soft-returning on the line below, typing in the text from above, and backspacing the line above (all to help with