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

FIWARE.Request.Tech.Security.AuthorizationPDP.AuthZForce Installation problem

    Details

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

      Description

      Xibo Wang sent a message using the contact form at
      http://catalogue.fiware.org/.

      Hi,

      I was trying to install AuthZForce on AWS.

      Then I got this:
      gdebi authzforce-ce-server_4.4.1_all.deb
      Reading package lists... Done
      Building dependency tree
      Reading state information... Done
      Building data structures... Done
      Building data structures... Done
      This package is uninstallable
      Dependency is not satisfiable: java7-jdk

      Could you give my some help? It feels like I have the wrong jdk version,
      perhaps you could tell me which jdk could work?

      Thanks,
      Xibo

      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: paulop5288@gmail.com]

        Activity

        Transition Time In Source Status Execution Times Last Executer Last Execution Date
        Open Open In Progress In Progress
        13h 32m 1 Cyril Dangerville 16/Feb/16 11:13 AM
        In Progress In Progress Answered Answered
        2s 1 Cyril Dangerville 16/Feb/16 11:13 AM
        Answered Answered Closed Closed
        9d 23h 24m 1 Cyril Dangerville 26/Feb/16 10:38 AM
        fla Fernando Lopez made changes -
        Fix Version/s 2021 [ 12600 ]
        backlogmanager Backlog Manager made changes -
        Summary FIWARE.Request.Tech.AuthZForce Installation problem FIWARE.Request.Tech.Security.AuthorizationPDP.AuthZForce Installation problem
        mev Manuel Escriche made changes -
        HD-Chapter Security [ 10841 ]
        mev Manuel Escriche made changes -
        HD-Enabler AuthZForce [ 10887 ]
        mev Manuel Escriche made changes -
        Sender Email paulop5288@gmail.com
        backlogmanager Backlog Manager made changes -
        Summary [Fiware-tech-help] [Authorization PDP - AuthZForce] AuthZForce Installation problem FIWARE.Request.Tech.AuthZForce Installation problem
        cdangerville Cyril Dangerville made changes -
        Resolution Done [ 10000 ]
        Status Answered [ 10104 ] Closed [ 6 ]
        Hide
        cdangerville Cyril Dangerville added a comment -

        No answer for more than a week. Closing

        Show
        cdangerville Cyril Dangerville added a comment - No answer for more than a week. Closing
        Hide
        cdangerville Cyril Dangerville added a comment -

        Hello,
        could you provide me the outputs of the following commands?
        $ cat /etc/issue

        Then:
        $ 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':
        http://packages.ubuntu.com/trusty/java7-jdk

        In the meantime, you can try with Oracle's JDK:
        http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html

        Regards,
        Cyril

        Show
        cdangerville Cyril Dangerville added a comment - Hello, could you provide me the outputs of the following commands? $ cat /etc/issue Then: $ 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': http://packages.ubuntu.com/trusty/java7-jdk In the meantime, you can try with Oracle's JDK: http://www.webupd8.org/2012/01/install-oracle-java-jdk-7-in-ubuntu-via.html Regards, Cyril
        Hide
        fw.ext.user FW External User added a comment -

        Thanks for your reply.

        I have tried again with openjdk7 installed.
        but it gave me the same result.

        dpkg --get-selections | grep -v deinstall | grep jdk
        default-jdk install
        openjdk-7-jdk:amd64 install
        openjdk-7-jre:amd64 install
        openjdk-7-jre-headless:amd64 install

        Can you think of any other reason that could cause this?

        Thanks,
        Xibo

        Show
        fw.ext.user FW External User added a comment - Thanks for your reply. I have tried again with openjdk7 installed. but it gave me the same result. dpkg --get-selections | grep -v deinstall | grep jdk default-jdk install openjdk-7-jdk:amd64 install openjdk-7-jre:amd64 install openjdk-7-jre-headless:amd64 install Can you think of any other reason that could cause this? Thanks, Xibo
        cdangerville Cyril Dangerville made changes -
        Status In Progress [ 3 ] Answered [ 10104 ]
        cdangerville Cyril Dangerville made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        Hide
        cdangerville Cyril Dangerville added a comment -

        Hello Xibo,
        Try install the JDK from OpenJDK:
        $ sudo apt-get update
        $ sudo apt-get install openjdk-7-jdk

        More info:
        http://packages.ubuntu.com/trusty/java7-jdk

        Regards,
        Cyril

        > gdebi authzforce-ce-server_4.4.1_all.deb
        > Reading package lists... Done
        > Building dependency tree
        > Reading state information... Done
        > Building data structures... Done
        > Building data structures... Done
        > This package is uninstallable
        > Dependency is not satisfiable: java7-jdk

        > Could you give my some help? It feels like I have the wrong jdk version,
        > perhaps you could tell me which jdk could work?

        Show
        cdangerville Cyril Dangerville added a comment - Hello Xibo, Try install the JDK from OpenJDK: $ sudo apt-get update $ sudo apt-get install openjdk-7-jdk More info: http://packages.ubuntu.com/trusty/java7-jdk Regards, Cyril > gdebi authzforce-ce-server_4.4.1_all.deb > Reading package lists... Done > Building dependency tree > Reading state information... Done > Building data structures... Done > Building data structures... Done > This package is uninstallable > Dependency is not satisfiable: java7-jdk > Could you give my some help? It feels like I have the wrong jdk version, > perhaps you could tell me which jdk could work?
        mev Manuel Escriche made changes -
        Assignee Cyril Dangerville [ cyril.dangerville ]
        backlogmanager Backlog Manager made changes -
        Field Original Value New Value
        Component/s FIWARE-TECH-HELP [ 10278 ]
        fw.ext.user FW External User created issue -

          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: