You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2018/11/10 15:34:50 UTC

[GitHub] smalenfant opened a new issue #3010: Traffic Router RPM requirement for jdk defaults to 1.7

smalenfant opened a new issue #3010: Traffic Router RPM requirement for jdk defaults to 1.7
URL: https://github.com/apache/trafficcontrol/issues/3010
 
 
   Because jdk8 uses the following string : `jdk1.8.0_112`. The JDK 1.7 gets installed. This doesn's satisfy the requirements and jdk8 needs to be install manually. 
   
   Issuing yum install would show the following:
   
   ```
   Dependencies Resolved
   
   =================================================================================================================================================================
    Package                               Arch                          Version                                            Repository                          Size
   =================================================================================================================================================================
   Installing:
    traffic_router                        x86_64                        3.0.0-9575.94a36611.el7                            cdn-private                         33 M
   Installing for dependencies:
    jdk                                   x86_64                        2000:1.7.0_67-fcs                                  cdn-private                        121 M
    tomcat                                x86_64                        8.5.32-9575.94a36611.el7                           cdn-private                        7.6 M
   
   Transaction Summary
   =================================================================================================================================================================
   Install  1 Package (+2 Dependent packages)
   ```
   
   The requirement should be `java`
   
   ```
   # yum install java
   
   Dependencies Resolved
   
   =================================================================================================================================================================
    Package                               Arch                             Version                                      Repository                             Size
   =================================================================================================================================================================
   Installing:
    jdk1.8.0_92                           x86_64                           2000:1.8.0_92-fcs                            cdn-private                           158 M
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services