Actions
Bug #6765
closedRudder-jetty init script fails to get openjdk version
Pull Request:
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.
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
Updated by Alexis Mousset almost 10 years ago
- Assignee changed from Alexis Mousset to Vincent MEMBRÉ
Updated by Alexis Mousset almost 10 years ago
- Status changed from Discussion to In progress
- Assignee changed from Vincent MEMBRÉ to Alexis Mousset
Updated by Alexis Mousset almost 10 years ago
- Pull Request set to https://github.com/Normation/rudder-packages/pull/689
Updated by Alexis Mousset almost 10 years ago
- Status changed from In progress to Pending release
- % Done changed from 0 to 100
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
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)
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
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
Actions