Details

    • Story Points:
      1
    • Sprint:
      Winter 2018 Sprint 1

      Description

      User writes:

      "I have just upgraded IGB to version 9.0.2 (windows 10).
      I cannot upload bigWig files which did load in the previous version.
      The message is "Unable to load data set for this file. Would you like to remve this file...".
      Have tested several bigWig files, all with the same response.
      I was able to load BED file.
      Restarted the PC and restarted the application a couple of times."

      Note: IGB 9.0.2 is using code from this library to open and read bigwig files:
      https://bitbucket.org/lorainelab/bigwig

        Attachments

          Issue Links

            Activity

            ann.loraine Ann Loraine created issue -
            ann.loraine Ann Loraine made changes -
            Field Original Value New Value
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ]
            pbole Pawan Bole (Inactive) made changes -
            Assignee Pawan Bole [ pbole ]
            nfreese Nowlan Freese made changes -
            Comment [ Exceptions on Windows 8.1 on IGB 9.0.2 startup:

            Exception in thread "AWT-EventQueue-0" htsjdk.samtools.FileTruncatedException: Premature end of file: data stream
            at htsjdk.samtools.util.BlockCompressedInputStream.processNextBlock(BlockCompressedInputStream.java:530)
            at htsjdk.samtools.util.BlockCompressedInputStream.nextBlock(BlockCompressedInputStream.java:468)
            at htsjdk.samtools.util.BlockCompressedInputStream.readBlock(BlockCompressedInputStream.java:458)
            at htsjdk.samtools.util.BlockCompressedInputStream.available(BlockCompressedInputStream.java:196)
            at htsjdk.samtools.util.BlockCompressedInputStream.read(BlockCompressedInputStream.java:331)
            at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
            at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
            at sun.nio.cs.StreamDecoder.read(Unknown Source)
            at java.io.InputStreamReader.read(Unknown Source)
            at java.io.BufferedReader.fill(Unknown Source)
            at java.io.BufferedReader.read(Unknown Source)
            at org.apache.commons.csv.ExtendedBufferedReader.read(ExtendedBufferedReader.java:60)
            at org.apache.commons.csv.Lexer.nextToken(Lexer.java:89)
            at org.apache.commons.csv.CSVParser.nextRecord(CSVParser.java:498)
            at org.apache.commons.csv.CSVParser$1.getNextRecord(CSVParser.java:439)
            at org.apache.commons.csv.CSVParser$1.hasNext(CSVParser.java:452)
            at java.util.Iterator.forEachRemaining(Unknown Source)
            at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source)
            at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
            at org.lorainelab.igb.quickload.util.QuickloadUtils.processContentsTextFile(QuickloadUtils.java:106)
            at org.lorainelab.igb.quickload.util.QuickloadUtils.loadSupportedGenomeVersionInfo(QuickloadUtils.java:96)
            at org.lorainelab.igb.quickload.QuickloadDataProvider.populateSupportedGenomeVersionInfo(QuickloadDataProvider.java:133)
            at org.lorainelab.igb.quickload.QuickloadDataProvider.initialize(QuickloadDataProvider.java:111)
            at com.affymetrix.igb.general.DataProviderManager.initializeDataProvider(DataProviderManager.java:333)
            at com.affymetrix.igb.general.DataProviderManager.lambda$addDataProvider$87(DataProviderManager.java:324)
            at java.awt.event.InvocationEvent.dispatch(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$500(Unknown Source)
            at java.awt.EventQueue$3.run(Unknown Source)
            at java.awt.EventQueue$3.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)
            09:33:21.485 INFO o.l.i.q.QuickloadDataProvider - Initializing Quickload Server http://igbquickload.org/chipseq/
            Exception in thread "AWT-EventQueue-0" htsjdk.samtools.FileTruncatedException: Premature end of file: data stream
            at htsjdk.samtools.util.BlockCompressedInputStream.processNextBlock(BlockCompressedInputStream.java:530)
            at htsjdk.samtools.util.BlockCompressedInputStream.nextBlock(BlockCompressedInputStream.java:468)
            at htsjdk.samtools.util.BlockCompressedInputStream.readBlock(BlockCompressedInputStream.java:458)
            at htsjdk.samtools.util.BlockCompressedInputStream.available(BlockCompressedInputStream.java:196)
            at htsjdk.samtools.util.BlockCompressedInputStream.read(BlockCompressedInputStream.java:331)
            at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
            at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
            at sun.nio.cs.StreamDecoder.read(Unknown Source)
            at java.io.InputStreamReader.read(Unknown Source)
            at java.io.BufferedReader.fill(Unknown Source)
            at java.io.BufferedReader.read(Unknown Source)
            at org.apache.commons.csv.ExtendedBufferedReader.read(ExtendedBufferedReader.java:60)
            at org.apache.commons.csv.Lexer.nextToken(Lexer.java:89)
            at org.apache.commons.csv.CSVParser.nextRecord(CSVParser.java:498)
            at org.apache.commons.csv.CSVParser$1.getNextRecord(CSVParser.java:439)
            at org.apache.commons.csv.CSVParser$1.hasNext(CSVParser.java:452)
            at java.util.Iterator.forEachRemaining(Unknown Source)
            at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Unknown Source)
            at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
            at org.lorainelab.igb.quickload.util.QuickloadUtils.processContentsTextFile(QuickloadUtils.java:106)
            at org.lorainelab.igb.quickload.util.QuickloadUtils.loadSupportedGenomeVersionInfo(QuickloadUtils.java:96)
            at org.lorainelab.igb.quickload.QuickloadDataProvider.populateSupportedGenomeVersionInfo(QuickloadDataProvider.java:133)
            at org.lorainelab.igb.quickload.QuickloadDataProvider.initialize(QuickloadDataProvider.java:111)
            at com.affymetrix.igb.general.DataProviderManager.initializeDataProvider(DataProviderManager.java:333)
            at com.affymetrix.igb.general.DataProviderManager.lambda$addDataProvider$87(DataProviderManager.java:324)
            at java.awt.event.InvocationEvent.dispatch(Unknown Source)
            at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
            at java.awt.EventQueue.access$500(Unknown Source)
            at java.awt.EventQueue$3.run(Unknown Source)
            at java.awt.EventQueue$3.run(Unknown Source)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(Unknown Source)
            at java.awt.EventQueue.dispatchEvent(Unknown Source)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
            at java.awt.EventDispatchThread.run(Unknown Source)
            ]
            nfreese Nowlan Freese made changes -
            Link This issue relates to HELP-316 [ HELP-316 ]
            pbole Pawan Bole (Inactive) made changes -
            Assignee Pawan Bole [ pbole ] Ann Loraine [ aloraine ]
            pbole Pawan Bole (Inactive) made changes -
            Assignee Ann Loraine [ aloraine ]
            stiwari8 Srishti Tiwari (Inactive) made changes -
            Assignee Srishti Tiwari [ stiwari8 ]
            stiwari8 Srishti Tiwari (Inactive) made changes -
            Status Open [ 1 ] Needs 1st Level Review [ 10005 ]
            stiwari8 Srishti Tiwari (Inactive) made changes -
            Status Needs 1st Level Review [ 10005 ] Pull Request Submitted [ 10101 ]
            ann.loraine Ann Loraine made changes -
            Status Pull Request Submitted [ 10101 ] Needs Testing [ 10002 ]
            ann.loraine Ann Loraine made changes -
            Resolution Done [ 10000 ]
            Status Needs Testing [ 10002 ] Closed [ 6 ]
            ann.loraine Ann Loraine made changes -
            Workflow Loraine Lab Workflow [ 18186 ] Fall 2019 Workflow Update [ 19985 ]
            ann.loraine Ann Loraine made changes -
            Workflow Fall 2019 Workflow Update [ 19985 ] Revised Fall 2019 Workflow Update [ 22107 ]
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-2217 [ IGBF-2217 ]
            nfreese Nowlan Freese made changes -
            Link This issue relates to HELP-327 [ HELP-327 ]
            nfreese Nowlan Freese made changes -
            Link This issue relates to HELP-328 [ HELP-328 ]
            nfreese Nowlan Freese made changes -
            Link This issue relates to HELP-324 [ HELP-324 ]
            nfreese Nowlan Freese made changes -
            Link This issue relates to IGBF-3670 [ IGBF-3670 ]

              People

              • Assignee:
                stiwari8 Srishti Tiwari (Inactive)
                Reporter:
                ann.loraine Ann Loraine
              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: