Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-5872

FIWARE.Request.Tech.Security.AuthorizationPDP.Problems installing AuthZForce 4.4.1

    Details

    • Type: extRequest
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Fix Version/s: 2021
    • Component/s: FIWARE-TECH-HELP
    • Labels:
      None

      Description

      Hi,

      I'm installing the latest version of AuthZForce (4.4.1a) in a brand new
      Ubuntu 14.04 virtual machine.

      I installed gdebi, but when I execute:

      sudo gdebi authzforce-ce-server_4.4.1_all.deb

      I got this error:

      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      Building data structures... Done
      Building data structures... Done
      Questo pacchetto non è installabile
      Dependency is not satisfiable: java7-jdk

      Java SDK 7 is currently installed on my machine. Here is the output of
      "java -version":

      java version "1.7.0_95"
      OpenJDK Runtime Environment (IcedTea 2.6.4) (7u95-2.6.4-0ubuntu0.14.04.1)
      OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)

      Can anyone suggest how to fix this?

      Thanks in advance,
      Michele.

      Since January 1st, old domains won't be supported and messages sent to any domain different to @lists.fiware.org will be lost.
      Please, send your messages using the new domain (Fiware-tech-help@lists.fiware.org) instead of the old one.
      _______________________________________________
      Fiware-tech-help mailing list
      Fiware-tech-help@lists.fiware.org
      https://lists.fiware.org/listinfo/fiware-tech-help
      [Created via e-mail received from: Michele Gucciardo <michelegucciardo84@gmail.com>]

        Activity

        Hide
        cdangerville Cyril Dangerville added a comment -

        Hello,
        could you do the following commands?
        $ sudo apt-get update
        $ sudo apt-get install openjdk-7-jdk

        Then could you provide me the outputs of the following commands?
        $ apt-cache showpkg java7-jdk

        Then:
        $ apt-cache show openjdk-7-jdk
        Thank you.

        For your info, APT should be able to find out that the virtual package 'java7-jdk' [1] is provided by the 'real' package 'openjdk-7-jdk'.

        Regards,
        Cyril

        [1] http://packages.ubuntu.com/trusty/java7-jdk

        > Dependency is not satisfiable: java7-jdk

        > Java SDK 7 is currently installed on my machine. Here is the output of
        > "java -version":

        > java version "1.7.0_95"
        > OpenJDK Runtime Environment (IcedTea 2.6.4) (7u95-2.6.4-0ubuntu0.14.04.1)
        > OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)

        Show
        cdangerville Cyril Dangerville added a comment - Hello, could you do the following commands? $ sudo apt-get update $ sudo apt-get install openjdk-7-jdk Then could you provide me the outputs of the following commands? $ apt-cache showpkg java7-jdk Then: $ apt-cache show openjdk-7-jdk Thank you. For your info, APT should be able to find out that the virtual package 'java7-jdk' [1] is provided by the 'real' package 'openjdk-7-jdk'. Regards, Cyril [1] http://packages.ubuntu.com/trusty/java7-jdk > Dependency is not satisfiable: java7-jdk > Java SDK 7 is currently installed on my machine. Here is the output of > "java -version": > java version "1.7.0_95" > OpenJDK Runtime Environment (IcedTea 2.6.4) (7u95-2.6.4-0ubuntu0.14.04.1) > OpenJDK 64-Bit Server VM (build 24.95-b01, mixed mode)
        Hide
        fw.ext.user FW External User added a comment -

        Hi Cyril,

        I fixed that issue installing Oracle's jdk 7.

        By the way, here is the output of apt-cache showpkg java7-jdk:

        Package: java7-jdk
        Versions:

        Reverse Depends:
        authzforce-ce-server,java7-jdk
        Dependencies:
        Provides:
        Reverse Provides:
        oracle-java9-installer 9b102+9b102arm-1~webupd8~0
        oracle-java8-installer 8u72+8u71arm-1~webupd8~0
        oracle-java6-installer 6u45-0~webupd8~8
        oracle-java7-installer 7u80+7u60arm-0~webupd8~1
        openjdk-7-jdk 7u51-2.4.6-1ubuntu4

        And here is the output of apt-cache show openjdk-7jdk:

        Package: openjdk-7-jdk
        Priority: optional
        Section: java
        Installed-Size: 20048
        Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
        Original-Maintainer: OpenJDK Team <openjdk@lists.launchpad.net>
        Architecture: amd64
        Source: openjdk-7
        Version: 7u51-2.4.6-1ubuntu4
        Provides: java-compiler, java-sdk, java2-sdk, java5-sdk, java6-sdk,
        java7-jdk
        Depends: openjdk-7-jre (= 7u51-2.4.6-1ubuntu4), libc6 (>= 2.2.5)
        Recommends: libxt-dev
        Suggests: openjdk-7-demo, openjdk-7-source, visualvm
        Filename: pool/main/o/openjdk-7/openjdk-7-jdk_7u51-2.4.6-1ubuntu4_amd64.deb
        Size: 15974064
        MD5sum: cc9e3b77eaad4782b518e086a2a46e15
        SHA1: 9bbbd65a52e3bfc957b0c3000e3636ae22d13afc
        SHA256: 4b808a9a41fbc0abe89537fd68697970add703a105867a072821387a160fef1c
        Description-it: OpenJDK Development Kit (JDK)
        OpenJDK is a development environment for building applications, applets,
        and components using the Java programming language.
        .
        Il pacchetto è costruito usando il supporto IcedTea e le patch provenienti
        dal progetto IcedTea.
        Description-md5: eaff50443f15582a8beb0901034b62cf
        Multi-Arch: same
        Homepage: http://openjdk.java.net/
        Bugs: https://bugs.launchpad.net/ubuntu/+filebug
        Origin: Ubuntu
        Supported: 5y

        Regards,
        Michele.

        Show
        fw.ext.user FW External User added a comment - Hi Cyril, I fixed that issue installing Oracle's jdk 7. By the way, here is the output of apt-cache showpkg java7-jdk: Package: java7-jdk Versions: Reverse Depends: authzforce-ce-server,java7-jdk Dependencies: Provides: Reverse Provides: oracle-java9-installer 9b102+9b102arm-1~webupd8~0 oracle-java8-installer 8u72+8u71arm-1~webupd8~0 oracle-java6-installer 6u45-0~webupd8~8 oracle-java7-installer 7u80+7u60arm-0~webupd8~1 openjdk-7-jdk 7u51-2.4.6-1ubuntu4 And here is the output of apt-cache show openjdk-7jdk: Package: openjdk-7-jdk Priority: optional Section: java Installed-Size: 20048 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> Original-Maintainer: OpenJDK Team <openjdk@lists.launchpad.net> Architecture: amd64 Source: openjdk-7 Version: 7u51-2.4.6-1ubuntu4 Provides: java-compiler, java-sdk, java2-sdk, java5-sdk, java6-sdk, java7-jdk Depends: openjdk-7-jre (= 7u51-2.4.6-1ubuntu4), libc6 (>= 2.2.5) Recommends: libxt-dev Suggests: openjdk-7-demo, openjdk-7-source, visualvm Filename: pool/main/o/openjdk-7/openjdk-7-jdk_7u51-2.4.6-1ubuntu4_amd64.deb Size: 15974064 MD5sum: cc9e3b77eaad4782b518e086a2a46e15 SHA1: 9bbbd65a52e3bfc957b0c3000e3636ae22d13afc SHA256: 4b808a9a41fbc0abe89537fd68697970add703a105867a072821387a160fef1c Description-it: OpenJDK Development Kit (JDK) OpenJDK is a development environment for building applications, applets, and components using the Java programming language. . Il pacchetto è costruito usando il supporto IcedTea e le patch provenienti dal progetto IcedTea. Description-md5: eaff50443f15582a8beb0901034b62cf Multi-Arch: same Homepage: http://openjdk.java.net/ Bugs: https://bugs.launchpad.net/ubuntu/+filebug Origin: Ubuntu Supported: 5y Regards, Michele.
        Hide
        cdangerville Cyril Dangerville added a comment -

        OK. I'm happy you fixed it

        Regards,
        Cyril

        Show
        cdangerville Cyril Dangerville added a comment - OK. I'm happy you fixed it Regards, Cyril

          People

          • Assignee:
            cdangerville Cyril Dangerville
            Reporter:
            fw.ext.user FW External User
          • Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

            • Created:
              Updated:
              Resolved: