Bug #6765
closed
Rudder-jetty init script fails to get openjdk version
Added by Alexis Mousset over 9 years ago.
Updated over 9 years ago.
Category:
System integration
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.
- Description updated (diff)
- Status changed from New to Discussion
- Assignee set to Alexis Mousset
- Priority changed from N/A to 3
What is the outcome with this issue ? does jetty restart correctly ? what can be the issues ?
- Assignee changed from Alexis Mousset to Vincent MEMBRÉ
The init script works correctly, the only issues are the error message and the fact that the init script is unable to check the java version for compatibility.
- Target version set to 3.0.7
- Status changed from Discussion to In progress
- Assignee changed from Vincent MEMBRÉ to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder-packages/pull/689
- Status changed from In progress to Pending release
- % Done changed from 0 to 100
- Related to Bug #6937: /etc/init.d/rudder-jetty prints error with openjdk on debian/sid added
- Related to deleted (Bug #6937: /etc/init.d/rudder-jetty prints error with openjdk on debian/sid)
- Has duplicate Bug #6937: /etc/init.d/rudder-jetty prints error with openjdk on debian/sid added
- Subject changed from rudder-jetty init script fails to get openjdk version to Rudder-jetty init script fails to get openjdk version
- Status changed from Pending release to Released
This bug has been fixed in Rudder 3.0.7 and 3.1.0 which were released today.
Also available in: Atom
PDF