Uploaded image for project: 'IGB'
  1. IGB
  2. IGBF-3412

Investigate: Update Core/DAS error

    Details

      Description

      After updating the annotations in IGB DAS bundle, it build without errors in Karthik Raveendran's system but showed NoClassDefError in Nowlan Freese's system. Need to investigate why this is happening.

      Note: Nowlan Freese uses a Mac system whereas Karthik Raveendran uses a Windows system.

        Attachments

          Activity

          karthik Karthik Raveendran created issue -
          karthik Karthik Raveendran made changes -
          Field Original Value New Value
          Epic Link IGBF-3411 [ 22434 ]
          karthik Karthik Raveendran made changes -
          Assignee Karthik Raveendran [ karthik ]
          karthik Karthik Raveendran made changes -
          Summary Update R6 annotations for Core - DAS Update Core DAS
          karthik Karthik Raveendran made changes -
          Summary Update Core DAS Update Core/DAS
          ann.loraine Ann Loraine made changes -
          Summary Update Core/DAS Investigate: Update Core/DAS error
          ann.loraine Ann Loraine made changes -
          Sprint Summer 7 2023 Aug 7 [ 176 ] Summer 7 2023 Aug 7, Summer 8 2023 Aug 21 [ 176, 177 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          Hide
          karthik Karthik Raveendran added a comment - - edited

          Changing the module this time did not throw an error - See branch

          Show
          karthik Karthik Raveendran added a comment - - edited Changing the module this time did not throw an error - See branch
          karthik Karthik Raveendran made changes -
          Status To-Do [ 10305 ] In Progress [ 3 ]
          karthik Karthik Raveendran made changes -
          Assignee Karthik Raveendran [ karthik ]
          karthik Karthik Raveendran made changes -
          Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
          karthik Karthik Raveendran made changes -
          Assignee Karthik Raveendran [ karthik ]
          Hide
          karthik Karthik Raveendran added a comment - - edited

          After pushing the changes to my fork, the Btibucket pipeline threw an NoClassDefinition error for test classes in core/das/src/test/java/com/lorainelab/das :
          1) DasDataProviderTest
          2) DasServerInfoTest
          3) DASFeatureParserTest

          Show
          karthik Karthik Raveendran added a comment - - edited After pushing the changes to my fork, the Btibucket pipeline threw an NoClassDefinition error for test classes in core/das/src/test/java/com/lorainelab/das : 1) DasDataProviderTest 2) DasServerInfoTest 3) DASFeatureParserTest
          karthik Karthik Raveendran made changes -
          Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
          karthik Karthik Raveendran made changes -
          Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
          karthik Karthik Raveendran made changes -
          Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
          karthik Karthik Raveendran made changes -
          Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
          karthik Karthik Raveendran made changes -
          Status Reviewing Pull Request [ 10303 ] To-Do [ 10305 ]
          karthik Karthik Raveendran made changes -
          Assignee Karthik Raveendran [ karthik ]
          karthik Karthik Raveendran made changes -
          Status To-Do [ 10305 ] In Progress [ 3 ]
          Hide
          karthik Karthik Raveendran added a comment -

          This issue is seems to be caused because the test classes was not able to access org.osgi.framework.FrameworkUtil in Felix main. Adding that dependency in DAS pom resolved this issue. See commit

          Show
          karthik Karthik Raveendran added a comment - This issue is seems to be caused because the test classes was not able to access org.osgi.framework.FrameworkUtil in Felix main. Adding that dependency in DAS pom resolved this issue. See commit
          nfreese Nowlan Freese made changes -
          Status In Progress [ 3 ] Needs 1st Level Review [ 10005 ]
          nfreese Nowlan Freese made changes -
          Status Needs 1st Level Review [ 10005 ] First Level Review in Progress [ 10301 ]
          nfreese Nowlan Freese made changes -
          Assignee Karthik Raveendran [ karthik ] Nowlan Freese [ nfreese ]
          Hide
          nfreese Nowlan Freese added a comment -

          Commit looks good and I did not see any errors when building IGB.

          Ready for pull request.

          Show
          nfreese Nowlan Freese added a comment - Commit looks good and I did not see any errors when building IGB. Ready for pull request.
          nfreese Nowlan Freese made changes -
          Assignee Nowlan Freese [ nfreese ] Karthik Raveendran [ karthik ]
          nfreese Nowlan Freese made changes -
          Status First Level Review in Progress [ 10301 ] Ready for Pull Request [ 10304 ]
          Hide
          karthik Karthik Raveendran added a comment -
          Show
          karthik Karthik Raveendran added a comment - PR submitted
          karthik Karthik Raveendran made changes -
          Status Ready for Pull Request [ 10304 ] Pull Request Submitted [ 10101 ]
          karthik Karthik Raveendran made changes -
          Assignee Karthik Raveendran [ karthik ]
          ann.loraine Ann Loraine made changes -
          Status Pull Request Submitted [ 10101 ] Reviewing Pull Request [ 10303 ]
          ann.loraine Ann Loraine made changes -
          Status Reviewing Pull Request [ 10303 ] Merged Needs Testing [ 10002 ]
          ann.loraine Ann Loraine made changes -
          Sprint Summer 7 2023 Aug 7, Summer 8 2023 Aug 21 [ 176, 177 ] Testing 2 : 4 Nov - 15 Nov, Summer 7 2023 Aug 7, Summer 8 2023 Aug 21 [ 82, 176, 177 ]
          ann.loraine Ann Loraine made changes -
          Rank Ranked higher
          nfreese Nowlan Freese made changes -
          Assignee Karthik Raveendran [ karthik ]
          nfreese Nowlan Freese made changes -
          Status Merged Needs Testing [ 10002 ] Post-merge Testing In Progress [ 10003 ]
          nfreese Nowlan Freese made changes -
          Resolution Done [ 10000 ]
          Status Post-merge Testing In Progress [ 10003 ] Closed [ 6 ]
          Hide
          nfreese Nowlan Freese added a comment -

          Built the main-JDK8-r6 branch with tests - everything built/tested successfully.
          Used installer for main-JDK8-r6 - IGB installed without any issues on macOS 13.5.1
          Ran using both main-JDK8-r6 jar file and through installer, no issues in log, IGB appeared to be working correctly.
          All bundles were listed as Active in the felix web console.

          Closing ticket.

          Show
          nfreese Nowlan Freese added a comment - Built the main-JDK8-r6 branch with tests - everything built/tested successfully. Used installer for main-JDK8-r6 - IGB installed without any issues on macOS 13.5.1 Ran using both main-JDK8-r6 jar file and through installer, no issues in log, IGB appeared to be working correctly. All bundles were listed as Active in the felix web console. Closing ticket.
          pkulzer Paige Kulzer made changes -
          Fix Version/s 10.0.0 Major Release [ 10900 ]
          nfreese Nowlan Freese made changes -
          Issue Type Task [ 3 ] Bug [ 1 ]

            People

            • Assignee:
              karthik Karthik Raveendran
              Reporter:
              karthik Karthik Raveendran
            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: