Scan Report
Created by ORT, the OSS Review Toolkit, version cc543c9380-dirty on 2023-05-24T22:27:08.685709386Z.

Project

Scanned revision 525e19689a44b0b1ae7a5048db77f3de35c33f39 of Git repository https://github.com/eclipse-ee4j/jaxb-stax-ex.git

Index

Rule Violation Summary (0 errors, 0 warnings, 0 hints to resolve)

No rule violations found.

Issue Summary (2 errors, 0 warnings, 0 hints to resolve)

Issues from excluded components are not shown in this summary.

Packages

# Package Analyzer Issues Scanner Issues
1 Maven:jakarta.activation:jakarta.activation-api:2.1.0 Maven:org.jvnet.staxex:stax-ex:2.1.0-SNAPSHOT
  • 2023-05-24T22:26:44.448662996Z [ERROR]: scanner - Could not resolve provenance for package 'Maven:jakarta.activation:jakarta.activation-api:2.1.0': IOException: Could not resolve provenance for 'Maven:jakarta.activation:jakarta.activation-api:2.1.0' for source code origins [VCS, ARTIFACT].
    Resolution of VCS failed with:
    PoolInitializationException: Failed to initialize pool: FATAL: password authentication failed for user "ortuser"
    Caused by: PSQLException: FATAL: password authentication failed for user "ortuser"
    Resolution of ARTIFACT failed with:
    PoolInitializationException: Failed to initialize pool: FATAL: password authentication failed for user "ortuser"
    Caused by: PSQLException: FATAL: password authentication failed for user "ortuser"

2 Maven:org.jvnet.staxex:stax-ex:2.1.0-SNAPSHOT Maven:org.jvnet.staxex:stax-ex:2.1.0-SNAPSHOT
  • 2023-05-24T22:26:38.391908364Z [ERROR]: scanner - Could not resolve provenance for package 'Maven:org.jvnet.staxex:stax-ex:2.1.0-SNAPSHOT': IOException: Could not resolve provenance for 'Maven:org.jvnet.staxex:stax-ex:2.1.0-SNAPSHOT' for source code origins [VCS, ARTIFACT].
    Resolution of VCS failed with:
    PoolInitializationException: Failed to initialize pool: FATAL: password authentication failed for user "ortuser"
    Caused by: PSQLException: FATAL: password authentication failed for user "ortuser"

Maven:org.jvnet.staxex:stax-ex:2.1.0-SNAPSHOT (pom.xml)

VCS Information

Type Git
URL https://github.com/eclipse-ee4j/jaxb-stax-ex.git
Path
Revision 525e19689a44b0b1ae7a5048db77f3de35c33f39

Packages

# Package Scopes Licenses Analyzer Issues Scanner Issues
1 Maven:org.jvnet.staxex:stax-ex:2.1.0-SNAPSHOT Declared Licenses:
Effective License:
    • 2023-05-24T22:26:38.391908364Z [ERROR]: scanner - Could not resolve provenance for package 'Maven:org.jvnet.staxex:stax-ex:2.1.0-SNAPSHOT': IOException: Could not resolve provenance for 'Maven:org.jvnet.staxex:stax-ex:2.1.0-SNAPSHOT' for source code origins [VCS, ARTIFACT].
      Resolution of VCS failed with:
      PoolInitializationException: Failed to initialize pool: FATAL: password authentication failed for user "ortuser"
      Caused by: PSQLException: FATAL: password authentication failed for user "ortuser"

    2 Maven:jakarta.activation:jakarta.activation-api:2.1.0
    • compile
    Declared Licenses:
    Effective License:
      • 2023-05-24T22:26:44.448662996Z [ERROR]: scanner - Could not resolve provenance for package 'Maven:jakarta.activation:jakarta.activation-api:2.1.0': IOException: Could not resolve provenance for 'Maven:jakarta.activation:jakarta.activation-api:2.1.0' for source code origins [VCS, ARTIFACT].
        Resolution of VCS failed with:
        PoolInitializationException: Failed to initialize pool: FATAL: password authentication failed for user "ortuser"
        Caused by: PSQLException: FATAL: password authentication failed for user "ortuser"
        Resolution of ARTIFACT failed with:
        PoolInitializationException: Failed to initialize pool: FATAL: password authentication failed for user "ortuser"
        Caused by: PSQLException: FATAL: password authentication failed for user "ortuser"

      3 Maven:jakarta.xml.bind:jakarta.xml.bind-api:4.0.0
      • provided
        Excluded: PROVIDED_DEPENDENCY_OF - Packages provided at runtime by the JDK or container only.
      Concluded License:
      Declared Licenses:
      Effective License:
        • 2023-05-24T22:26:44.448611795Z [ERROR]: scanner - Could not resolve provenance for package 'Maven:jakarta.xml.bind:jakarta.xml.bind-api:4.0.0': IOException: Could not resolve provenance for 'Maven:jakarta.xml.bind:jakarta.xml.bind-api:4.0.0' for source code origins [VCS, ARTIFACT].
          Resolution of VCS failed with:
          PoolInitializationException: Failed to initialize pool: FATAL: password authentication failed for user "ortuser"
          Caused by: PSQLException: FATAL: password authentication failed for user "ortuser"
          Resolution of ARTIFACT failed with:
          PoolInitializationException: Failed to initialize pool: FATAL: password authentication failed for user "ortuser"
          Caused by: PSQLException: FATAL: password authentication failed for user "ortuser"

        4 Maven:junit:junit:4.13.2
        • test
          Excluded: TEST_DEPENDENCY_OF - Packages for testing only.
        Concluded License:
        Declared Licenses:
        Effective License:
          • 2023-05-24T22:26:44.448643195Z [ERROR]: scanner - Could not resolve provenance for package 'Maven:junit:junit:4.13.2': IOException: Could not resolve provenance for 'Maven:junit:junit:4.13.2' for source code origins [VCS, ARTIFACT].
            Resolution of VCS failed with:
            PoolInitializationException: Failed to initialize pool: FATAL: password authentication failed for user "ortuser"
            Caused by: PSQLException: FATAL: password authentication failed for user "ortuser"
            Resolution of ARTIFACT failed with:
            PoolInitializationException: Failed to initialize pool: FATAL: password authentication failed for user "ortuser"
            Caused by: PSQLException: FATAL: password authentication failed for user "ortuser"

          5 Maven:org.hamcrest:hamcrest-core:1.3
          • test
            Excluded: TEST_DEPENDENCY_OF - Packages for testing only.
          Concluded License:
          Declared Licenses:
          Effective License:

              Repository Configuration

              
              ---
              excludes:
                paths:
                - pattern: "**/META-INF/DEPENDENCIES"
                  reason: "BUILD_TOOL_OF"
                  comment: "Licenses contained in this directory reflect content analysed elsewhere."
                - pattern: "**/META-INF/NOTICE*"
                  reason: "BUILD_TOOL_OF"
                  comment: "Licenses contained in this directory reflect content analysed elsewhere."
                - pattern: "**/*.svg"
                  reason: "BUILD_TOOL_OF"
                  comment: "SVG files do not contain any license information."
                - pattern: "package-lock.json"
                  reason: "BUILD_TOOL_OF"
                  comment: "Does not contain any license information."
                scopes:
                - pattern: "provided"
                  reason: "PROVIDED_DEPENDENCY_OF"
                  comment: "Packages provided at runtime by the JDK or container only."
                - pattern: "test"
                  reason: "TEST_DEPENDENCY_OF"
                  comment: "Packages for testing only."