Details

    • Type: Task
    • Status: Closed (View Workflow)
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:
      None

      Description

      Do sub-system testing for Windows using this page as a guide:

      https://wiki.transvar.org/display/ITD/App+Manager

        Attachments

          Issue Links

            Activity

            ann.loraine Ann Loraine created issue -
            ann.loraine Ann Loraine made changes -
            Field Original Value New Value
            Epic Link IGBF-2593 [ 18777 ]
            ann.loraine Ann Loraine made changes -
            Rank Ranked higher
            ann.loraine Ann Loraine made changes -
            Assignee Ann Loraine [ aloraine ]
            Hide
            chirag24 Chirag Chandrahas Shetty (Inactive) added a comment -

            Testing on the windows platform.

            Show
            chirag24 Chirag Chandrahas Shetty (Inactive) added a comment - Testing on the windows platform.
            chirag24 Chirag Chandrahas Shetty (Inactive) made changes -
            Assignee Chirag Chandrahas Shetty [ chirag24 ]
            ann.loraine Ann Loraine made changes -
            Summary Test App Manager Test App Manager - Windows
            chirag24 Chirag Chandrahas Shetty (Inactive) made changes -
            Status To-Do [ 10305 ] In Progress [ 3 ]
            ann.loraine Ann Loraine made changes -
            Description Do sub-system testing for Mac, Windows, and Linux using this page as a guide:

            https://wiki.transvar.org/display/ITD/App+Manager
            Do sub-system testing for Windows using this page as a guide:

            https://wiki.transvar.org/display/ITD/App+Manager
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-2598 [ IGBF-2598 ]
            ann.loraine Ann Loraine made changes -
            Link This issue relates to IGBF-2599 [ IGBF-2599 ]
            Hide
            chirag24 Chirag Chandrahas Shetty (Inactive) added a comment - - edited

            Dr. [~aloraine]

            Getting the following error in the IGB log while adding a new Plugin repositories.

            16:26:38.679 INFO c.a.igb.util.IGBTrustManager - Authenticated CN=DigiCert SHA2 Extended Validation Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US,CN=DigiCert High Assurance EV Root CA,OU=www.digicert.com,O=DigiCert Inc,C=US, certificates using default trust store
            16:26:38.828 INFO c.a.igb.util.IGBTrustManager - Authenticated CN=DigiCert Baltimore CA-2 G2,OU=www.digicert.com,O=DigiCert Inc,C=US,CN=Baltimore CyberTrust Root,OU=CyberTrust,O=Baltimore,C=IE, certificates using default trust store
            Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
            at org.lorainelab.igb.plugin.manager.BundleInfoManager.lambda$isVersionOfBundleInstalled$9(BundleInfoManager.java:149)
            at java.util.stream.MatchOps$1MatchSink.accept(Unknown Source)
            at java.util.Spliterators$ArraySpliterator.tryAdvance(Unknown Source)
            at java.util.stream.ReferencePipeline.forEachWithCancel(Unknown Source)
            at java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source)
            at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
            at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source)
            at java.util.stream.MatchOps$MatchOp.evaluateSequential(Unknown Source)
            at java.util.stream.MatchOps$MatchOp.evaluateSequential(Unknown Source)
            at java.util.stream.AbstractPipeline.evaluate(Unknown Source)
            at java.util.stream.ReferencePipeline.anyMatch(Unknown Source)
            at org.lorainelab.igb.plugin.manager.BundleInfoManager.isVersionOfBundleInstalled(BundleInfoManager.java:149)
            at org.lorainelab.igb.plugin.manager.AppManagerFxPanel.lambda$null$25(AppManagerFxPanel.java:150)
            at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
            at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source)
            at org.lorainelab.igb.plugin.manager.AppManagerFxPanel.lambda$udpateDataEventNotification$26(AppManagerFxPanel.java:149)
            at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294)
            at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
            at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
            at com.sun.glass.ui.win.WinApplication.lambda$null$4(WinApplication.java:186)
            at java.lang.Thread.run(Unknown Source)

            Show
            chirag24 Chirag Chandrahas Shetty (Inactive) added a comment - - edited Dr. [~aloraine] Getting the following error in the IGB log while adding a new Plugin repositories. 16:26:38.679 INFO c.a.igb.util.IGBTrustManager - Authenticated CN=DigiCert SHA2 Extended Validation Server CA,OU=www.digicert.com,O=DigiCert Inc,C=US,CN=DigiCert High Assurance EV Root CA,OU=www.digicert.com,O=DigiCert Inc,C=US, certificates using default trust store 16:26:38.828 INFO c.a.igb.util.IGBTrustManager - Authenticated CN=DigiCert Baltimore CA-2 G2,OU=www.digicert.com,O=DigiCert Inc,C=US,CN=Baltimore CyberTrust Root,OU=CyberTrust,O=Baltimore,C=IE, certificates using default trust store Exception in thread "JavaFX Application Thread" java.lang.NullPointerException at org.lorainelab.igb.plugin.manager.BundleInfoManager.lambda$isVersionOfBundleInstalled$9(BundleInfoManager.java:149) at java.util.stream.MatchOps$1MatchSink.accept(Unknown Source) at java.util.Spliterators$ArraySpliterator.tryAdvance(Unknown Source) at java.util.stream.ReferencePipeline.forEachWithCancel(Unknown Source) at java.util.stream.AbstractPipeline.copyIntoWithCancel(Unknown Source) at java.util.stream.AbstractPipeline.copyInto(Unknown Source) at java.util.stream.AbstractPipeline.wrapAndCopyInto(Unknown Source) at java.util.stream.MatchOps$MatchOp.evaluateSequential(Unknown Source) at java.util.stream.MatchOps$MatchOp.evaluateSequential(Unknown Source) at java.util.stream.AbstractPipeline.evaluate(Unknown Source) at java.util.stream.ReferencePipeline.anyMatch(Unknown Source) at org.lorainelab.igb.plugin.manager.BundleInfoManager.isVersionOfBundleInstalled(BundleInfoManager.java:149) at org.lorainelab.igb.plugin.manager.AppManagerFxPanel.lambda$null$25(AppManagerFxPanel.java:150) at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source) at java.util.stream.ReferencePipeline$Head.forEach(Unknown Source) at org.lorainelab.igb.plugin.manager.AppManagerFxPanel.lambda$udpateDataEventNotification$26(AppManagerFxPanel.java:149) at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method) at com.sun.glass.ui.win.WinApplication.lambda$null$4(WinApplication.java:186) at java.lang.Thread.run(Unknown Source)
            Hide
            ssegu Sai Supreeth Segu (Inactive) added a comment -

            When I refresh bioviz serves and launch the app Manager, I got the same exception as above
            Exception in thread "JavaFX Application Thread" java.lang.NullPointerException
            at org.lorainelab.igb.plugin.manager.BundleInfoManager.lambda$isVersionOfBundleInstalled$9(BundleInfoManager.java:149)
            at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90)
            at java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958)
            at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126)
            at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:499)
            at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:486)
            at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472)
            at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230)
            at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196)
            at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
            at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449)
            at org.lorainelab.igb.plugin.manager.BundleInfoManager.isVersionOfBundleInstalled(BundleInfoManager.java:149)
            at org.lorainelab.igb.plugin.manager.AppManagerFxPanel.lambda$null$25(AppManagerFxPanel.java:150)
            at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382)
            at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
            at org.lorainelab.igb.plugin.manager.AppManagerFxPanel.lambda$udpateDataEventNotification$26(AppManagerFxPanel.java:149)
            at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294)
            at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)

            Show
            ssegu Sai Supreeth Segu (Inactive) added a comment - When I refresh bioviz serves and launch the app Manager, I got the same exception as above Exception in thread "JavaFX Application Thread" java.lang.NullPointerException at org.lorainelab.igb.plugin.manager.BundleInfoManager.lambda$isVersionOfBundleInstalled$9(BundleInfoManager.java:149) at java.util.stream.MatchOps$1MatchSink.accept(MatchOps.java:90) at java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:958) at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:126) at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:499) at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:486) at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:472) at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:230) at java.util.stream.MatchOps$MatchOp.evaluateSequential(MatchOps.java:196) at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) at java.util.stream.ReferencePipeline.anyMatch(ReferencePipeline.java:449) at org.lorainelab.igb.plugin.manager.BundleInfoManager.isVersionOfBundleInstalled(BundleInfoManager.java:149) at org.lorainelab.igb.plugin.manager.AppManagerFxPanel.lambda$null$25(AppManagerFxPanel.java:150) at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1382) at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) at org.lorainelab.igb.plugin.manager.AppManagerFxPanel.lambda$udpateDataEventNotification$26(AppManagerFxPanel.java:149) at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295) at java.security.AccessController.doPrivileged(Native Method) at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
            chirag24 Chirag Chandrahas Shetty (Inactive) made changes -
            Link This issue relates to IGBF-2632 [ IGBF-2632 ]
            Hide
            chirag24 Chirag Chandrahas Shetty (Inactive) added a comment -

            Created a ticket for the above mentioned error
            Link: https://jira.transvar.org/browse/IGBF-2632

            Show
            chirag24 Chirag Chandrahas Shetty (Inactive) added a comment - Created a ticket for the above mentioned error Link: https://jira.transvar.org/browse/IGBF-2632
            chirag24 Chirag Chandrahas Shetty (Inactive) made changes -
            Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
            Hide
            chirag24 Chirag Chandrahas Shetty (Inactive) added a comment -

            Tested the app manager on windows platform. Everything is working fine.

            Show
            chirag24 Chirag Chandrahas Shetty (Inactive) added a comment - Tested the app manager on windows platform. Everything is working fine.
            chirag24 Chirag Chandrahas Shetty (Inactive) made changes -
            Assignee Chirag Chandrahas Shetty [ chirag24 ]
            ssegu Sai Supreeth Segu (Inactive) made changes -
            Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
            ssegu Sai Supreeth Segu (Inactive) made changes -
            Assignee Sai Supreeth Segu [ ssegu ]
            ssegu Sai Supreeth Segu (Inactive) made changes -
            Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
            ssegu Sai Supreeth Segu (Inactive) made changes -
            Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
            ssegu Sai Supreeth Segu (Inactive) made changes -
            Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
            ssegu Sai Supreeth Segu (Inactive) made changes -
            Status Reviewing Pull Request [ 10303 ] Merged Needs Testing [ 10002 ]
            ssegu Sai Supreeth Segu (Inactive) made changes -
            Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
            ssegu Sai Supreeth Segu (Inactive) made changes -
            Resolution Done [ 10000 ]
            Status Post-merge Testing In Progress [ 10003 ] Closed [ 6 ]
            ssegu Sai Supreeth Segu (Inactive) made changes -
            Assignee Sai Supreeth Segu [ ssegu ] Chirag Chandrahas Shetty [ chirag24 ]
            Hide
            ssegu Sai Supreeth Segu (Inactive) added a comment -

            Reviewed the App Manager subsystem. Everything looks good.

            Show
            ssegu Sai Supreeth Segu (Inactive) added a comment - Reviewed the App Manager subsystem. Everything looks good.

              People

              • Assignee:
                chirag24 Chirag Chandrahas Shetty (Inactive)
                Reporter:
                ann.loraine Ann Loraine
              • Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: