Bug in file browser?

Hello,
I'm using dreamweaver 8 and get more and more this problem:
if I foldout the directory "some_folder" above the root and
unfold this again and foldout "some_other_folder" (also above the
root) the previous folder is (out)folded again.
ho to fix this?

Hi Alex,
Example:
E:\WEB <-- 1,378 Files, 80 Folders
I:\Backup\WEB <-- 1,378 Files, 80 Folders
Step 1: copy in E:\WEB
Step 2: paste in I:\Backup
Step 3: Copying 1,459 items from E to Backup <-- *** error here ***
Step 4: Message box
Replace or Skip Files
The destination has 1377 files with the same names
Replace ...
Skip these files ...
Let me decide for each file
Right order:
Step 1: copy in E:\WEB
Step 2: paste in I:\Backup
Step 3: Message box
Replace or Skip Files
The destination has 1377 files with the same names
Replace ...
Skip these files ...
Let me decide for each file
Step 4:
a) copying 1,459 items from E to Backup <-- *** error also here, copying message ONLY if it copies!
Please, try with bigger data and with data you definetely don't want to copy!
Also, compare to earlier Windows versions.

Similar Messages

  • Modifying File Browse item through Javascript

    I would like to modify the value of a File Browse item with javascript in my Submit button under certain circumstances. I would like to remove the file name (and path) from the File Browse field, so that the file is not automatically uploaded when the Submit button is pressed. It would seem I could "null" out the filename within the javascript function and then follow that with doSubmit ('SUBMIT'). The rest of the page values would be posted to the database, but the file would not get loaded. However, I cannot figure out how to access and modify the filename in the File Browse field with javascript. I've tried using ".value" and ".src" but to no avail. Saw a thread that says there is a bug with File Browse items in versions earlier that 2.2 (I'm using 2.0), and that you needed to fall back on the "p_t xx" notation, but I can't find any information on what that is. Appreciate any help.

    I apologize for the multiple threads. The response to my initial inquiry on thread Inserting/uploading data without inserting/uploading a document was that "others" would be better equipped to help me than the initial responder, so I didn't think I was supposed to continue with that thread. (Haven't used this forum much.) I found a second thread (the one with the "p_tXX" notation, and responded to it, but wasn't sure if all older threads were still active, so I also iniitiated a thread on my own.
    In response to the inquiry about why not using an after submit computation to null out the File Browse item, what I am trying to prevent is the uploading of a file to the WWV_FLOW_FILE_OBJECT$ table, if there is an entry in my File Browse item, when all the user really wants to do is update some data items on the main portion of the page. I have a Apply Changes button on the main data entry form, and then I also have (at my user's request) a separate form and Submit button on the page where the user may enter a file name to upload. The trouble exists when the user is only trying to modify data in the main form, but has also left an entry in the File Browse item. When the page is submitted, the data is uploaded OK, but the file is also uploaded via HTMLDB_APPLICATION_FILES, since there is an entry in the File Browse item. What I'm trying to do, is clear that File Browse item out when the user presses the main form Apply Changes button, so that the file does not get uploaded. The users want the ability to upload a file, but only when that is their direct intent. Obviously, I do not want to clear out the File Browse item under those circumstances. Hope this is clear; sometimes difficult to satisfy the users needs (whims?). Appreciate any help.

  • Open Cursor Issue because of file browse Item - Is this a Bug in APEX 3.2

    Hi All,
    I am using file browse Item to upload file into the database at two places in my application, but it seems whenever I am submitting those two pages, with file path or without file path, its opening an cursor which remains open after that, because of this open cursor count in the application is getting exceeding every time.
    For testing this I have made an dummy page containing just file browse item and submit button, and still it is increasing the open cursor count.
    Is this a bug in Apex file browse item or there is some other way to handle this.
    Please kindly help me in the above issue as this is affecting the production application.
    Thanks & Regards
    Sanjay
    Edited by: user11204334 on Dec 5, 2010 9:57 PM
    Edited by: user11204334 on Dec 5, 2010 9:58 PM

    Hi,
    One observation, Apex is switching the Session ID after one got killed ? I was working on Apex page with browse Item to test open cursor count,
    after killing the SID (227) on which the open cursor count was getting increase, it APEX automatically switches to new SID(149) for that session.
    Now the problem is even if I have two SID's and one hits the maximum open cursor count, It is not switching to other SID instead the whole application becomes unavailable.
    STATNAME SID VALUE USER
    opened cursors current 20 14 APEX_PUBLIC_USER
    opened cursors current 149 74 APEX_PUBLIC_USER
    opened cursors current 194 71 APEX_PUBLIC_USER
    opened cursors current 211 5 APEX_PUBLIC_USER
    opened cursors current 227 325 APEX_PUBLIC_USER Killed
    opened cursors current 244 15 APEX_PUBLIC_USER
    opened cursors current 20 14 APEX_PUBLIC_USER
    opened cursors current 149 76 APEX_PUBLIC_USER
    opened cursors current 194 71 APEX_PUBLIC_USER
    opened cursors current 211 5 APEX_PUBLIC_USER
    opened cursors current 244 15 APEX_PUBLIC_USER
    Please kindly help in this.
    Thanks in Advance
    Thanks & Regards
    Sanjay
    Edited by: user11204334 on Dec 8, 2010 1:02 AM

  • File browser bug?

    Ok, so here i got a problem with photoshop elements organizer 10 on Win 7 x64 pro
    I press Crtl-alt-3 to open the file browser but when i click on the small arrow to open a sub-folder it bring me back to top of the file browser... since i got a lot of files... it's quite annoying to scroll back down each times to get a picture
    I also looked on many forum but i didnt find anything about that... so whats wrong, is it a config in the option or a corrupted file and need a re-install or it is really a bug in the code...   I also have done every up-to-date about the software
      Thank you for considering my post

    Try Ctrl+Alt+2 and see if it’s any easier to work with import batches, otherwise you need to simplify your folder structure. Better still use Ctrl+Alt+1 and work with keywords and albums, then it’s possible to use the full power of the Organizer by searching the entire catalog in thumbnail view.
      In PSE 11 it’s possible to switch between the full folder tree and just the folders managed by Elements.

  • File Browse encoding bug

    Hi! Searched through Known Issues but haven't found anything like this:
    Apex Listener 1.10.179.10.43. Tested on both Tomcat and Glassfish.
    My Apex 3.2 application works with russian-language DB, so all pages are with cyrillic chars.
    Initially all pages display fine in utf-8.
    But when I try to submit page with File Browse Item in it, the encoding of all subsequent data posted or fetched from DB is in wrong character set (cp1251 instead of utf-8).
    If I submit normal page with text items and cyrillic data all workes fine, but not when there's File Browse(
    I've tried to fix it with filter (described in Re: Accentuated characters problem but no success(((
    Any suggestions??

    solved with setting Server java parameter
    -Dfile.encoding=UTF-8

  • Bug:File Browser Doesn't refresh

    One a directory is opened in the file browser, it can't be refreshed without restarting sqldeveloper.
    1 Open a directory in the file browser.
    2 Create an additional file in the directory outside of sqldeveloper
    3 Try to make the new file appear.
    Closing and opening the directory doesn't work
    Clicking on what looks like a refresh button (two arrows ina circle) doesn't work.
    1.5.1
    Windows XP Pro Service Pack 2
    Message was edited by:
    Jim Smith

    I cannot confirm this, everything works fine for me...
    What JDK are you using?
    I am runnin 1.5.1.5440 with JDK 6 Update 6...
    Although now that I look at the file browser it has incredibly limited functionality (context menu). A READ-Only File Browser? Come on...
    -Tim
    Message was edited by:
    TimS

  • File browsing bug?

    Hi
    Today a bunch of nice Chinese hackers were trying to get remote access to my tomcat server (6.0.24).
    I booted them out after a few minute they were in trying to load their root kit package. The interesting part is, after I cleaned everything, I took a quick look at their software (their rootkit webapp) and it's pretty interesting.
    The root kit gives the user total access to the system and allowing the user to traverse outside of the tomcat container. What is bothering me, even though Tomcat is running on top of JVM, why didn't Tomcat developers protect against access outside of its own container?? From that webapp i could access the drive root like it's just a regular file browser, and execute commands as SYSTEM (equivalent to root user in linux based systems), doesn't make any sense in my mind.
    is this an expected behavior or did I miss something in the security configurations?
    The root kit is a modified JFilder class. I cannot attach a file here but I can send it by email if anybody wants to install it on their system to play around with it offline.
    best!

    Tomcat runs on a JVM and the JVM generally has full system access, except the parts you protect on the OS level of course.
    However, it is possible to install security policies in the JVM itself - a good example of that is the sandbox in which Java Applets run which is severely limited. So with some work you can protect your system in any way you want.
    [http://java.sun.com/javase/technologies/security/|http://java.sun.com/javase/technologies/security/]
    (what will interest you is what is written under "authentication and access control").

  • 3.1EA1 File browser bug?

    When I load the Files browser/viewer, it seems to hang when expanding various folder that previously were handled without a problem. I just get the loading... text but nothing ever happens. At this point, the only way for me to load files is via just using File/Open... Is anyone else experiencing this?

    Gary,
    Thanks for the info on running it from the command line - I hadn't done that before. Here is the dump:
    Microsoft Windows [Version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.
    H:\>c:
    C:\>cd program files\sqldeveloper3.1
    C:\Program Files\sqldeveloper3.1>cd sqldeveloper\bin
    C:\Program Files\sqldeveloper3.1\sqldeveloper\bin>sqldeveloper
    Registered TimesTen
    Exception in thread "IconOverlayTracker Timer" java.lang.OutOfMemoryError: Java heap space
    at java.util.Arrays.copyOf(Arrays.java:2882)
    at java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
    at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:390)
    at java.lang.StringBuffer.append(StringBuffer.java:224)
    at org.tmatesoft.svn.core.SVNErrorMessage.getFullMessage(SVNErrorMessage.java:257)
    at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:58)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminAreaFactory.open(SVNAdminAreaFactory.java:163)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doOpen(SVNWCAccess.java:364)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:272)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:265)
    at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.open(SVNWCAccess.java:261)
    at org.tmatesoft.svn.core.wc.SVNStatusClient.doStatus(SVNStatusClient.java:316)
    at org.tmatesoft.svn.core.javahl.SVNClientImpl.status(SVNClientImpl.java:296)
    at org.tmatesoft.svn.core.javahl.SVNClientImpl.status(SVNClientImpl.java:278)
    at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(AbstractJhlClientAdapter.java:480)
    at org.tigris.subversion.svnclientadapter.svnkit.SvnKitClientAdapter.getStatus(SvnKitClientAdapter.java:141)
    at org.tigris.subversion.svnclientadapter.javahl.AbstractJhlClientAdapter.getStatus(AbstractJhlClientAdapter.java:466)
    at oracle.jdevimpl.vcs.svn.SVNURLInfoCacheSimpleStrategy.getURLInfo(SVNURLInfoCacheSimpleStrategy.java:79)
    at oracle.jdevimpl.vcs.svn.SVNURLInfoCache.getPropStatus(SVNURLInfoCache.java:59)
    at oracle.jdevimpl.vcs.svn.SVNStatusResolver.getStatus(SVNStatusResolver.java:159)
    at oracle.jdevimpl.vcs.svn.SVNStatusResolver.populateStatuses(SVNStatusResolver.java:82)
    at oracle.jdevimpl.vcs.generic.GenericClient$2.getImpl(GenericClient.java:531)
    at oracle.jdeveloper.vcs.spi.VCSStatusCache.getValuesImpl(VCSStatusCache.java:31)
    at oracle.jdeveloper.vcs.spi.VCSURLBasedCache.getValues(VCSURLBasedCache.java:107)
    at oracle.jdeveloper.vcs.spi.VCSStatusCache.get(VCSStatusCache.java:63)
    at oracle.jdeveloper.vcs.spi.VCSOverlayItemProducer.getOverlayItems(VCSOverlayItemProducer.java:63)
    at oracle.jdeveloper.vcs.spi.VCSNodeOverlayTracker.getOverlays(VCSNodeOverlayTracker.java:288)
    at oracle.ide.explorer.IconOverlayTracker.processPendingNodes(IconOverlayTracker.java:574)
    at oracle.ide.explorer.IconOverlayTracker.access$1400(IconOverlayTracker.java:69)
    at oracle.ide.explorer.IconOverlayTracker$7.run(IconOverlayTracker.java:487)
    at java.util.TimerThread.mainLoop(Timer.java:512)
    at java.util.TimerThread.run(Timer.java:462)
    Exception in thread "AWT-EventQueue-0" java.lang.IllegalStateException: Timer already cancelled.
    at java.util.Timer.sched(Timer.java:354)
    at java.util.Timer.schedule(Timer.java:170)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher.updateVisibleNodes(IconOverlayTracker.java:802)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher.access$3000(IconOverlayTracker.java:713)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher$NodeUserListener.treeExpanded(IconOverlayTracker.java:969)
    at javax.swing.JTree.fireTreeExpanded(JTree.java:2666)
    at javax.swing.JTree.setExpandedState(JTree.java:3427)
    at javax.swing.JTree.expandPath(JTree.java:2163)
    at javax.swing.plaf.basic.BasicTreeUI.toggleExpandState(BasicTreeUI.java:2209)
    at javax.swing.plaf.basic.BasicTreeUI.handleExpandControlClick(BasicTreeUI.java:2196)
    at javax.swing.plaf.basic.BasicTreeUI.checkForClickInExpandControl(BasicTreeUI.java:2154)
    at com.jgoodies.looks.plastic.PlasticTreeUI.access$900(PlasticTreeUI.java:120)
    at com.jgoodies.looks.plastic.PlasticTreeUI$MouseHandler.mousePressed(PlasticTreeUI.java:276)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
    at java.awt.Component.processMouseEvent(Component.java:6131)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3265)
    at oracle.ideimpl.explorer.CustomTree.processMouseEvent(CustomTree.java:220)
    at java.awt.Component.processEvent(Component.java:5899)
    at java.awt.Container.processEvent(Container.java:2023)
    at java.awt.Component.dispatchEventImpl(Component.java:4501)
    at java.awt.Container.dispatchEventImpl(Container.java:2081)
    at java.awt.Component.dispatchEvent(Component.java:4331)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4301)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3962)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3895)
    at java.awt.Container.dispatchEventImpl(Container.java:2067)
    at java.awt.Window.dispatchEventImpl(Window.java:2458)
    at java.awt.Component.dispatchEvent(Component.java:4331)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    java.lang.IllegalStateException: Timer already cancelled.
    at java.util.Timer.sched(Timer.java:354)
    at java.util.Timer.schedule(Timer.java:170)
    at oracle.ide.explorer.IconOverlayTracker._scheduleUpdateTask(IconOverlayTracker.java:498)
    at oracle.ide.explorer.IconOverlayTracker.scheduleUpdateTask(IconOverlayTracker.java:449)
    at oracle.ide.explorer.IconOverlayTracker.repaintConsumerOverlays(IconOverlayTracker.java:432)
    at oracle.ide.explorer.IconOverlayTracker.access$000(IconOverlayTracker.java:69)
    at oracle.ide.explorer.IconOverlayTracker$2.stateChanged(IconOverlayTracker.java:114)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher.setVisibleNodes(IconOverlayTracker.java:843)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher.access$2800(IconOverlayTracker.java:713)
    at oracle.ide.explorer.IconOverlayTracker$NodeWatcher$4.run(IconOverlayTracker.java:818)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    2011-11-04 10:57:04
    Full thread dump Java HotSpot(TM) Client VM (11.0-b16 mixed mode):
    "AWT-EventQueue-0" prio=6 tid=0x06cb3800 nid=0x1fcc in Object.wait() [0x063ff000..0x063ff9e8]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:485)
    at java.awt.EventQueue.getNextEvent(EventQueue.java:479)
    - locked <0x121a84c8> (a java.awt.EventQueue)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:236)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    "Timer-2" daemon prio=6 tid=0x06cb2c00 nid=0x246c in Object.wait() [0x09e5f000..0x09e5fae8]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:509)
    - locked <0x13d2f710> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "IconOverlayTracker Timer" prio=6 tid=0x06cb4800 nid=0x1f9c in Object.wait() [0x0c4bf000..0x0c4bfc68]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:485)
    at java.util.TimerThread.mainLoop(Timer.java:483)
    - locked <0x13a6f288> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "Swing-Shell" daemon prio=6 tid=0x06cb2400 nid=0x18f8 waiting on condition [0x0b90f000..0x0b90fae8]
    java.lang.Thread.State: WAITING (parking)
    at sun.misc.Unsafe.park(Native Method)
    - parking to wait for <0x134e2bb0> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    at sun.awt.shell.Win32ShellFolderManager2$ComInvoker$3.run(Win32ShellFolderManager2.java:458)
    at java.lang.Thread.run(Thread.java:619)
    "WaitCursor-Timer" prio=6 tid=0x06cb2000 nid=0x124c in Object.wait() [0x09aff000..0x09affb68]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:485)
    at java.util.TimerThread.mainLoop(Timer.java:483)
    - locked <0x134b8a58> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "Native Directory Watcher" prio=2 tid=0x06cb1400 nid=0xdf8 runnable [0x088ef000..0x088efbe8]
    java.lang.Thread.State: RUNNABLE
    at oracle.ide.natives.NativeHandler.enterWatcherThread(Native Method)
    at oracle.ide.natives.NativeHandler$2.run(NativeHandler.java:252)
    at java.lang.Thread.run(Thread.java:619)
    "BaseTreeExplorer.NodeOpeningExecutor" prio=6 tid=0x06cb1000 nid=0x13e4 waiting on condition [0x098ff000..0x098ffc68]
    java.lang.Thread.State: WAITING (parking)
    at sun.misc.Unsafe.park(Native Method)
    - parking to wait for <0x1321b690> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
    at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1925)
    at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:358)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    at java.lang.Thread.run(Thread.java:619)
    "pool-2-thread-1" prio=6 tid=0x06cb0800 nid=0x1ed0 waiting on condition [0x097ff000..0x097ffce8]
    java.lang.Thread.State: WAITING (parking)
    at sun.misc.Unsafe.park(Native Method)
    - parking to wait for <0x13218fd8> (a java.util.concurrent.SynchronousQueue$TransferStack)
    at java.util.concurrent.locks.LockSupport.park(LockSupport.java:158)
    at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:422)
    at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:323)
    at java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:857)
    at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:947)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
    at java.lang.Thread.run(Thread.java:619)
    "Scheduler" daemon prio=6 tid=0x06cb0400 nid=0x1fc8 in Object.wait() [0x095ef000..0x095efd68]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:485)
    at oracle.dbtools.raptor.backgroundTask.TaskLinkedList.takeNextTask(TaskLinkedList.java:47)
    - locked <0x132189d8> (a oracle.dbtools.raptor.backgroundTask.TaskLinkedList)
    at oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$SchedulerThread.run(RaptorTaskManager.java:444)
    "Thread-9" daemon prio=6 tid=0x06caf000 nid=0x1360 in Object.wait() [0x08def000..0x08def9e8]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x130612b8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x130612b8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at org.tmatesoft.svn.core.javahl.SVNClientImplTracker.run(SVNClientImplTracker.java:65)
    at java.lang.Thread.run(Thread.java:619)
    "Thread-7" daemon prio=6 tid=0x06caf800 nid=0x1cd8 runnable [0x08eef000..0x08eefae8]
    java.lang.Thread.State: RUNNABLE
    at sun.print.Win32PrintServiceLookup.notifyPrinterChange(Native Method)
    at sun.print.Win32PrintServiceLookup.access$100(Win32PrintServiceLookup.java:32)
    at sun.print.Win32PrintServiceLookup$PrinterChangeListener.run(Win32PrintServiceLookup.java:302)
    "ChangeSetService" prio=2 tid=0x06cadc00 nid=0x214 in Object.wait() [0x08c0f000..0x08c0fbe8]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1291aa28> (a oracle.jdevimpl.vcs.changeset.ChangeSetService)
    at java.lang.Object.wait(Object.java:485)
    at oracle.jdevimpl.vcs.changeset.ChangeSetService.awaitEvents(ChangeSetService.java:178)
    - locked <0x1291aa28> (a oracle.jdevimpl.vcs.changeset.ChangeSetService)
    at oracle.jdevimpl.vcs.changeset.ChangeSetService.eventLoop(ChangeSetService.java:199)
    at oracle.jdevimpl.vcs.changeset.ChangeSetService.access$200(ChangeSetService.java:56)
    at oracle.jdevimpl.vcs.changeset.ChangeSetService$2.run(ChangeSetService.java:138)
    at java.lang.Thread.run(Thread.java:619)
    "TimerQueue" daemon prio=6 tid=0x06caec00 nid=0xd40 in Object.wait() [0x087ef000..0x087efc68]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at javax.swing.TimerQueue.run(TimerQueue.java:236)
    - locked <0x12ea6780> (a javax.swing.TimerQueue)
    at java.lang.Thread.run(Thread.java:619)
    "TimedCache-Timer" daemon prio=6 tid=0x04cad000 nid=0x22e4 in Object.wait() [0x06aff000..0x06affa68]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x12224ce8> (a java.util.TaskQueue)
    at java.util.TimerThread.mainLoop(Timer.java:509)
    - locked <0x12224ce8> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "JarIndex Timer" daemon prio=6 tid=0x04c94800 nid=0x11cc in Object.wait() [0x069ff000..0x069ffae8]
    java.lang.Thread.State: TIMED_WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.util.TimerThread.mainLoop(Timer.java:509)
    - locked <0x121a8418> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:462)
    "AWT-Windows" daemon prio=6 tid=0x04c74c00 nid=0x13dc runnable [0x0546f000..0x0546fc68]
    java.lang.Thread.State: RUNNABLE
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(WToolkit.java:291)
    at java.lang.Thread.run(Thread.java:619)
    "AWT-Shutdown" prio=6 tid=0x04c73c00 nid=0x265c in Object.wait() [0x0536f000..0x0536fce8]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    - waiting on <0x121a8620> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:485)
    at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
    - locked <0x121a8620> (a java.lang.Object)
    at java.lang.Thread.run(Thread.java:619)
    "Java2D Disposer" daemon prio=10 tid=0x04c69400 nid=0x17dc in Object.wait() [0x0526f000..0x0526fd68]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x121a86b0> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at sun.java2d.Disposer.run(Disposer.java:125)
    at java.lang.Thread.run(Thread.java:619)
    "Low Memory Detector" daemon prio=6 tid=0x01f00800 nid=0x1664 runnable [0x00000000..0x00000000]
    java.lang.Thread.State: RUNNABLE
    "CompilerThread0" daemon prio=10 tid=0x01efcc00 nid=0x15f4 waiting on condition [0x00000000..0x048af790]
    java.lang.Thread.State: RUNNABLE
    "Attach Listener" daemon prio=10 tid=0x01efbc00 nid=0x1af4 runnable [0x00000000..0x00000000]
    java.lang.Thread.State: RUNNABLE
    "Signal Dispatcher" daemon prio=10 tid=0x01ef3000 nid=0x1388 waiting on condition [0x00000000..0x00000000]
    java.lang.Thread.State: RUNNABLE
    "Finalizer" daemon prio=8 tid=0x01edc800 nid=0x118c in Object.wait() [0x045af000..0x045afc68]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:116)
    - locked <0x12140298> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:132)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=10 tid=0x01edb000 nid=0x2178 in Object.wait() [0x044af000..0x044afce8]
    java.lang.Thread.State: WAITING (on object monitor)
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:485)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:116)
    - locked <0x12140320> (a java.lang.ref.Reference$Lock)
    "main" prio=6 tid=0x01feb000 nid=0x24f8 waiting on condition [0x00000000..0x0012fab0]
    java.lang.Thread.State: RUNNABLE
    "VM Thread" prio=10 tid=0x01ed7c00 nid=0x2380 runnable
    "VM Periodic Task Thread" prio=10 tid=0x01f01800 nid=0x1464 waiting on condition
    JNI global references: 2757
    Heap
    def new generation total 45376K, used 4688K [0x0f010000, 0x12140000, 0x12140000)
    eden space 40384K, 11% used [0x0f010000, 0x0f4a4108, 0x11780000)
    from space 4992K, 0% used [0x11780000, 0x11780000, 0x11c60000)
    to space 4992K, 0% used [0x11c60000, 0x11c60000, 0x12140000)
    tenured generation total 604992K, used 336131K [0x12140000, 0x37010000, 0x37010000)
    the space 604992K, 55% used [0x12140000, 0x26980ed8, 0x26981000, 0x37010000)
    compacting perm gen total 57088K, used 56897K [0x37010000, 0x3a7d0000, 0x3f010000)
    the space 57088K, 99% used [0x37010000, 0x3a7a0568, 0x3a7a0600, 0x3a7d0000)
    No shared spaces configured.

  • Iphone file browser stopped working after upgraded to IOS 5

    Hi,
    I have an iphone 3gs which I have recently upgraded to IOS 5. But to my horror after I have done that I can no longer browser my iphone's internal storage. Iphone connected to PC via USB, the file explorer no longer available. It can still sync with itune fine but there is noway I can access the storage locater in the phone via file explorer like I used to. Mind you I still have 3GB of space there.
    Is that a bug? Or I stuffed up the upgrade some where?
    Anyone else had this experience?
    Alex

    I know whats wrong now...
    My phone had been emptied after I last restored it, after I took a picture and insert the phone back to the PC. The file browser shows up again...
    That means if there is nothing in the phone, the file browser wouldn't be too bother to even show up. Weird one...

  • How to know if a file browser item is not null using javascript fucntion

    Hi
    <br><br>
    I tried to use javascript for validation. I have a file browser item named P55_FILE_NAME and I would like to know if this item is null or not before submit.
    <br>
    I wrote this function :<br><br>
    function validate_import(f_n){<br>
         if (trim(document.getElementByName(f_n).src) == "")<br>
         {<br>
         alert ("File name is empty.");<br>
         document.getElementByName(f_n).focus();<br>
         }<br>
         else{<br>
         doSubmit('SUBMIT');<br>
         }<br>
    } <br><br>
    When I press submit button I got an error, sounds like the src method does not exist in my input item. <br>
    Then, I looked my source page an I found this :<br><br>
    input type="file" name="p_t01" size="30"
    <br><br>
    there is know src method and the name is not P55_FILE_NAME and I don't want to use <b>p_t01</b> that will change.<br>
    <br>
    I need your help.<br>
    Benn

    Hello,
    The p_txx notation is the internal name the ApEx engine attaches to each page item. It starts with p_t01 (for the first item on page) and can end with p_t99 (hence, the max 99 items per page limit). You can see these names in your HTML source code.
    The bug in the File Browse item (fixed in version 2.2) is that the ID of the item is the internal name instead of the item name. Hence, in order to use DOM, you need to use this internal notation.
    If the File Browse item id is p_t01, you can null its content by using something like that (V2.0 notation) :
    html_GetElement('p_t01').value = '';I'm using the same, and similar code, for manipulating this type of item with no problems.
    Please document the use of this workaround, as when you'll upgrade your ApEx system, you will have to change this code back to the standard – item id equal item name.
    (Please follow Scott's advise, and keep your logic connected issues on the same thread. It will get you more quick and accurate help).
    Regards,
    Arie.

  • File Browse is emptied after failed validation

    Why does the file browse text box get emptied after a failed validation? Is there any way to prevent this?
    To further explain, create a form on a page with two page items, a text box and a file browse item, then put a not null validation on the text box. When you submit the page with a null text box, but with a file selected for the browse button, then validation catches and throws the error message back to the user when the page refreshes. However, the file browse text box is emptied, and the user has to reselect the file before resubmitting the page.
    Is this a bug, or just the way it is supposed to work? Any way around it?
    Thanks,
    Kris
    Edited by: kshenn on Oct 31, 2008 7:06 AM

    Hello,
    >> Is this a bug, or just the way it is supposed to work?
    This is not a bug. Actually, it has nothing to do with APEX. The behavior of the file browse item is controlled by the HTML standard, which clears the field for security reasons.
    If you pay close attention to Denes example, you’ll see that even when the validation error page is displayed, the file browse item itself is being cleared. The JavaScript generated file path is the one that retain its value. I don’t have access to Denes code, but I’m assuming that in his uploading procedure he’s using the JavaScript generated path.
    >> Any way around it?
    Where the file browse item is concern, no workaround.
    In your specific case, where the validation you need is “not null”, you can create a JavaScript validation, and fire it before submitting the page (as part of the submit button). That way, the browser will not clear the file browse item, because the page will not be submitted without proper values in your items.
    Regards,
    Arie.

  • File Browse Item in APEX versions prior 4

    Hi there,
    we are currently struggling with a strange issue concerning the File Browse Item in earlier APEX versions: The item value is not submitted correctly when using APEX Listener. There is always a F<randomnumber>/ as prefix that is not visible anywhere in the page source code (so it's not generated by APEX itself) or browser (Firebug trace didn't see any prefix transmitted) and this value is even there when the file browse dialogue is submitted empty. The latter case causes severe problems, as validations fail to detect null values. Our current workaround is a regex on that prefix, but this obviously is no clean solution.
    We found out that F<randomnumber>/ is the prefix of the name that is created temporarily in WWV_FLOW_FILES. If submitted correctly, the name is prefix + actual filename.
    This problem does not occur when using OHS and it does not occur when running the APEX Listener on top of APEX 4.0.2.
    The problem occurs reproducible in the following environments:
    - APEX Listener 1.1.2 standalone or any JEE Container, JDK 1.6.0_26, Linux or Windows
    - APEX 3.1.2 or APEX 3.2.1
    The problem seems to be related to the one discussed in {thread:id=2205973}, but describes some different effect that is not reproducible on OHS.
    I appreciate every clue where this may come from and any hint on how to turn it off...
    Thanks,
    Udo

    Hello Claudio,
    After reading this story, I have same problem with version 1.1 of the apex listener and version 4.1 application express.I still think it affects only versions prior to 4.0. I'm not able to reproduce it on 4.1.
    How do I resolve this problem?I think you ran into a bug in GlassFish 3.1.2. This has been discussed and resolved here: {thread:id=2357381}
    I hope this helps you solve your problem.
    -Udo
    P.S.: Please always open a new thread if you are not sure you are in the same situation and especially when the original thread is long "dead" like this one. Of course you can reference other threads with possibly similar issues in your thread.
    Thanks!

  • Sloooow file browsing....

    Hi all
    Just got a new Mac Pro (YAY!)....
    One thing kind of bugging me is how slow it is when displaying the contents of folders.
    I keep my windows in columns view. When I click on a folder, there is a lag of 2 or 3 full seconds before the contents of the folder displays in the next column. This happens for every level of the folder contents and so file browsing is very slow and tedious.
    It was not like this on my old Macbook under Tiger, and I am wondering if other people have this experience or if it is unique to my system.
    Possible culprit.... I have my files on a 1TB drive, which I did not partition because I have been led to believe it is not necessary with new drive technology.
    Running 10.5.2, 10GB ram, system and apps are running on a 320GB internal, files are on a 1TB internal, and 1TB internal for Time Machine.
    Anyone have any thoughts that might be helpful?
    Thanks!!!!
    V Silly
    http://www.bittybox.com
    http://www.myspace.com/bittyboxdotcom

    I use File Manager, and although it does not supot FTP its a pretty good manager. With several cloud options. 
    https://itunes.apple.com/us/app/file-manager-free/id479295290?mt=8
    However, a quick google search of the App store revealed this:
    iUnarchive Lite - Archive and File Manager with support for Dropbox, Box, Skydrive, SugarSync, WebDAV en FTP
    https://itunes.apple.com/us/app/iunarchive-lite-archive-file/id380663019?mt=8

  • Validating File Browse path is valid

    I'm sure some other people ran into this same problem...
    I need a way to validate the file entered into the File Browse item is a valid file path. I've created an obvious "not null" validation so the item has a value when the page is submitted. I also created a validation to check the size of the file if a path was given. I noticed if there is something resembling a file path but the file name is not correct APEX will upload an empty blob.
    DECLARE
      v_file_id APEX_APPLICATION_FILES.ID%TYPE;
      v_file_filename APEX_APPLICATION_FILES.FILENAME%TYPE;
      v_file_doc_size APEX_APPLICATION_FILES.DOC_SIZE%TYPE;
      v_file_blob_content APEX_APPLICATION_FILES.BLOB_CONTENT%TYPE;
      v_file_mime_type APEX_APPLICATION_FILES.MIME_TYPE%TYPE;
    BEGIN
      SELECT ID,FILENAME,DOC_SIZE,BLOB_CONTENT,MIME_TYPE
        INTO v_file_id, v_file_filename, v_file_doc_size, v_file_blob_content, v_file_mime_type
        FROM (
          SELECT ID,FILENAME,DOC_SIZE,BLOB_CONTENT,MIME_TYPE
            FROM APEX_APPLICATION_FILES
           WHERE UPDATED_BY = UPPER(:APP_USER)
          ORDER BY UPDATED_ON DESC
       WHERE ROWNUM = 1;
       IF v_file_doc_size = 0 THEN
         DELETE FROM APEX_APPLICATION_FILES WHERE ID = v_file_id;
         RETURN FALSE;
       END IF;
       RETURN TRUE; 
    END;Now the problem is when a user enters some random text like "abc.pdf" into the file browse item. Is there a way to validate that this doesn't happen. In our current application it appears that the page is never submitted when a button is clicked. I put up an application on apex.oracle.com and I receive a javascript error when I try to submit a page with a relative file path like "abc.pdf".
    If I can't create a validation is there a way to make the file browse item read only so they have to use the button and can't type the file path?
    Thanks!
    Jonathan
    APEX 4.0

    Hi,
    Tried it, here is what happened
    IE 8 in Browser  Mode : IE 8, Document Mode: IE8 Standards
    - I am unable to enter any text in the item
    IE 8 in  Browser  Mode : IE 8 Compatibilty, Document Mode : IE7  Standards
    - I am unable to enter any text in the item
    IE 8 in Browser  Mode : IE 7 Compatibilty, Document Mode : IE7  Standards
    - I am unable to enter any text in the item
    FF 3.5.7
    - As soon as I key in text it automatically opens the File Browser Dialog box.
    So, there is some issue with either IE7 or something else.
    If someone from Oracel does not look at this thread then I suggest you post another query with the words bug? in it.
    Regards,

  • Where's JDeveloper11g file browsing feature for codes?

    In JDeveloper 11g, whenever I type img src, followed by an equation sign, I expect to see the File Browse link being popped up along with all the files within the directory so I can easily pick the ones I need. Unfortunately, this function does not work, and all I get is "CDATA or ELExpression" being popped up which usually happens when there is no code insight. I am sure the File Browse and easy pick feature did exist before way back in the early versions of 10g. Is this a bug in 11g or it is a step backward by removing that feature although I don't believe there's a sound reason to.

    Hi, I'm afraid I have got this issue since the first clean install. For all 11g versions I have tried on, there is no popup for File Browse, as you can see here:
    http://s8.postimg.org/4wy23u6ut/image.jpg (Jdeveloper 11g)
    On the other hand, when I checked the old 10g version that I have previously, it has that, just like below.
    http://s21.postimg.org/aetyo97mr/image.jpg (JDeveloper 10g)
    For all the above, I am using JSP page. Usually I would create a custom application, and then adding a new JSP. I believe this shouldn't result any peculiarity, as it's almost standard procedure.
    Update: I think I've figured out. I didn't have image files in the directory yet. After I have put some images in the directory, I'm now able to see the File Browse.
    By the way, is JDeveloper 11g short of support for inline CSS parameters?
    For instance, if i type the HTML, [anchor] input style [equals], it doesn't pop up things like 'text-align' etc. I think I noticed this feature when I'm doing a preview of 12c, so can anyone confirm that this doesn't exist in any version of 11g?

Maybe you are looking for

  • Re-start to finish updating, then can't login again

    I have a Dell Inspiron 15 with Windows 8.1 which I bought from Dell. Two weeks ago I got the message on my computer "to finish installing updates, restart computer". I restarted and after that I could not log in. I called Dell and they sent out a tec

  • Picking  the abc.B file if abc.A file is present in source location.

    Hi All, I need to pick a file using SFTP adapter. In the source location two files abc.A and abc.B are placed. abc.A is placed only after abc.B is fully processed and complete. I need to pick and process the file abc.B ,only after finding abc.A in so

  • SD Sales Condition Types

    We are maintaining one tax condition ZADD for Additional Tax in Kanpur Region. As the % of Tax has been changed from 0.5% to 1 we have maintained the same in VK11 condition records. For the new orders it is picking up the present tax % and invoice an

  • How to create forms for iPad

    I have created a form in MS Word that contains drop down menus, text boxes, etc. What is the best way to get these on the iPad while maintaining the functionality of the form?

  • COPF_DOCUMENT_SHOW_DIRECT problem

    Hello, I have a custom report which uses the FM COPF_DOCUMENT_SHOW_DIRECT to open the external documents residing on my PC or server. This custom program is assigned to an output type and this output type is being used in transaction VL02N. When we a