Project

General

Custom queries

Profile

Actions

Bug #6765

closed

Rudder-jetty init script fails to get openjdk version

Added by Alexis Mousset almost 10 years ago. Updated over 9 years ago.

Status:
Released
Priority:
3
Category:
System integration
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:

Description

# service rudder-server-root restart
[...]
/etc/init.d/rudder-jetty: line 406: [: -lt: unary operator expected

The problem is that the script looks for java version:

JAVA_VERSION=$(${JAVA} -version 2>&1 | grep "java version" | sed 's%java version \"[0-9]\.\([0-9]\)\.[0-9].*\"%\1%')

whereas the result is:

# /bin/java -version
openjdk version "1.8.0_45" 
OpenJDK Runtime Environment (build 1.8.0_45-b13)
OpenJDK 64-Bit Server VM (build 25.45-b02, mixed mode)

The JAVA_VERSION is only here to check the version compatibility, and this error does not prevent the init script from running normally.


Related issues 1 (0 open1 closed)

Has duplicate Rudder - Bug #6937: /etc/init.d/rudder-jetty prints error with openjdk on debian/sidRejected2015-07-08Actions
#1

Updated by Alexis Mousset almost 10 years ago

  • Description updated (diff)
#2

Updated by Vincent MEMBRÉ almost 10 years ago

  • Status changed from New to Discussion
  • Assignee set to Alexis Mousset
  • Priority changed from N/A to 3
#3

Updated by Alexis Mousset almost 10 years ago

  • Assignee changed from Alexis Mousset to Vincent MEMBRÉ
#4

Updated by Alexis Mousset almost 10 years ago

  • Target version set to 3.0.7
#5

Updated by Alexis Mousset almost 10 years ago

  • Status changed from Discussion to In progress
  • Assignee changed from Vincent MEMBRÉ to Alexis Mousset
#6

Updated by Alexis Mousset almost 10 years ago

  • Pull Request set to https://github.com/Normation/rudder-packages/pull/689
#7

Updated by Alexis Mousset almost 10 years ago

  • Status changed from In progress to Pending release
  • % Done changed from 0 to 100
#9

Updated by Vincent MEMBRÉ over 9 years ago

  • Related to Bug #6937: /etc/init.d/rudder-jetty prints error with openjdk on debian/sid added
#10

Updated by Vincent MEMBRÉ over 9 years ago

  • Related to deleted (Bug #6937: /etc/init.d/rudder-jetty prints error with openjdk on debian/sid)
#11

Updated by Vincent MEMBRÉ over 9 years ago

  • Has duplicate Bug #6937: /etc/init.d/rudder-jetty prints error with openjdk on debian/sid added
#12

Updated by Vincent MEMBRÉ over 9 years ago

  • Subject changed from rudder-jetty init script fails to get openjdk version to Rudder-jetty init script fails to get openjdk version
#13

Updated by Vincent MEMBRÉ over 9 years ago

  • Status changed from Pending release to Released
Actions

Also available in: Atom PDF