Details

    • Type: Bug
    • Status: Closed (View Workflow)
    • Priority: Critical
    • Resolution: Fixed
    • Labels:
      None

      Description

      Clear and run IGB at starting size!!

      A thaliana, chr 1, search set to residue.

      Problem 1. enter 'GATC' and search. The search shows a blank image window. After any type of resize, it shows some of the image. If you go to the data screen and load a new file (with the load function) the image resolves, but shows incorrect green flowing out of the coordinate axis. It should be a solid bar in coordinate axis.

      Problem 2. If you THEN clear and re-search for the same term, it loads the sequence again (for the new file?) even though it is clearly loaded.

      Revisit problem 1. After the reload, it still shows the search results incorrectly.

        Attachments

          Issue Links

            Activity

            Hide
            hiralv Hiral Vora (Inactive) added a comment -

            Fixed in r15386.

            Show
            hiralv Hiral Vora (Inactive) added a comment - Fixed in r15386.
            Hide
            alyssa Alyssa Gulledge (Inactive) added a comment -

            Version 15385 - error:

            java.lang.NullPointerException
            java.util.concurrent.ExecutionException: java.lang.NullPointerException
            at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252)
            at java.util.concurrent.FutureTask.get(FutureTask.java:111)
            at javax.swing.SwingWorker.get(SwingWorker.java:602)
            at com.affymetrix.igb.search.SearchView$SearchAction$1.finished(SearchView.java:166)
            at com.affymetrix.genometryImpl.thread.CThreadWorker.done(CThreadWorker.java:41)
            at javax.swing.SwingWorker$5.run(SwingWorker.java:737)
            at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
            at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
            at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
            at javax.swing.Timer.fireActionPerformed(Timer.java:312)
            at javax.swing.Timer$DoPostEvent.run(Timer.java:244)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
            at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
            at java.awt.EventQueue.access$200(EventQueue.java:103)
            at java.awt.EventQueue$3.run(EventQueue.java:694)
            at java.awt.EventQueue$3.run(EventQueue.java:692)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
            Caused by: java.lang.NullPointerException
            at com.affymetrix.igb.view.factories.DefaultTierGlyph.addChild(DefaultTierGlyph.java:132)
            at com.affymetrix.igb.IGB.searchForRegexInResidues(IGB.java:459)
            at com.affymetrix.igb.IGBServiceImpl.searchForRegexInResidues(IGBServiceImpl.java:204)
            at com.affymetrix.igb.search.SearchModeResidue.search(SearchModeResidue.java:240)
            at com.affymetrix.igb.search.SearchModeResidue.search(SearchModeResidue.java:196)
            at com.affymetrix.igb.search.SearchView$SearchAction$1.runInBackground(SearchView.java:130)
            at com.affymetrix.igb.search.SearchView$SearchAction$1.runInBackground(SearchView.java:125)
            at com.affymetrix.genometryImpl.thread.CThreadWorker.doInBackground(CThreadWorker.java:61)
            at javax.swing.SwingWorker$1.call(SwingWorker.java:296)
            at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
            at java.util.concurrent.FutureTask.run(FutureTask.java:166)
            at javax.swing.SwingWorker.run(SwingWorker.java:335)
            at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
            at java.lang.Thread.run(Thread.java:724)

            Show
            alyssa Alyssa Gulledge (Inactive) added a comment - Version 15385 - error: java.lang.NullPointerException java.util.concurrent.ExecutionException: java.lang.NullPointerException at java.util.concurrent.FutureTask$Sync.innerGet(FutureTask.java:252) at java.util.concurrent.FutureTask.get(FutureTask.java:111) at javax.swing.SwingWorker.get(SwingWorker.java:602) at com.affymetrix.igb.search.SearchView$SearchAction$1.finished(SearchView.java:166) at com.affymetrix.genometryImpl.thread.CThreadWorker.done(CThreadWorker.java:41) at javax.swing.SwingWorker$5.run(SwingWorker.java:737) at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832) at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112) at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842) at javax.swing.Timer.fireActionPerformed(Timer.java:312) at javax.swing.Timer$DoPostEvent.run(Timer.java:244) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733) at java.awt.EventQueue.access$200(EventQueue.java:103) at java.awt.EventQueue$3.run(EventQueue.java:694) at java.awt.EventQueue$3.run(EventQueue.java:692) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76) at java.awt.EventQueue.dispatchEvent(EventQueue.java:703) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138) at java.awt.EventDispatchThread.run(EventDispatchThread.java:91) Caused by: java.lang.NullPointerException at com.affymetrix.igb.view.factories.DefaultTierGlyph.addChild(DefaultTierGlyph.java:132) at com.affymetrix.igb.IGB.searchForRegexInResidues(IGB.java:459) at com.affymetrix.igb.IGBServiceImpl.searchForRegexInResidues(IGBServiceImpl.java:204) at com.affymetrix.igb.search.SearchModeResidue.search(SearchModeResidue.java:240) at com.affymetrix.igb.search.SearchModeResidue.search(SearchModeResidue.java:196) at com.affymetrix.igb.search.SearchView$SearchAction$1.runInBackground(SearchView.java:130) at com.affymetrix.igb.search.SearchView$SearchAction$1.runInBackground(SearchView.java:125) at com.affymetrix.genometryImpl.thread.CThreadWorker.doInBackground(CThreadWorker.java:61) at javax.swing.SwingWorker$1.call(SwingWorker.java:296) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) at java.util.concurrent.FutureTask.run(FutureTask.java:166) at javax.swing.SwingWorker.run(SwingWorker.java:335) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:724)
            Hide
            fwang4 Fuquan Wang (Inactive) added a comment -

            Passed on 7.0.0 (11884) Mac.

            Show
            fwang4 Fuquan Wang (Inactive) added a comment - Passed on 7.0.0 (11884) Mac.
            Hide
            hiralv Hiral Vora (Inactive) added a comment -

            Fixed in r9691.

            Show
            hiralv Hiral Vora (Inactive) added a comment - Fixed in r9691.
            Hide
            hiralv Hiral Vora (Inactive) added a comment -

            Can you reproduce this?

            Show
            hiralv Hiral Vora (Inactive) added a comment - Can you reproduce this?
            Hide
            alyssa Alyssa Gulledge (Inactive) added a comment -

            Actually - it doesn't matter the starting size - it ALWAYS seems to go to a black screen after searching, although any change to window size (including thw WHOLE frame) will cause it to draw some mishmash of what should be there...

            Show
            alyssa Alyssa Gulledge (Inactive) added a comment - Actually - it doesn't matter the starting size - it ALWAYS seems to go to a black screen after searching, although any change to window size (including thw WHOLE frame) will cause it to draw some mishmash of what should be there...

              People

              • Assignee:
                Unassigned
                Reporter:
                alyssa Alyssa Gulledge (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: