Project

General

Profile

Actions

Bug #2635

closed

Starting jetty complain about directory missing on SuSE

Added by Nicolas PERRON almost 12 years ago. Updated about 9 years ago.

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

Description

Using /etc/init.d/jetty result of:

find: `/usr/lib/jvm': No such a file or directory

It comes from the first line of /etc/default/jetty:

JAVA_HOME=$(find /usr/lib/jvm -maxdepth 1 -type d -name java-7-openjdk-i386 -or -name java-7-openjdk-amd64 -or -name java-6-sun | sort -r | head -n1)

We should hid this message.

Actions

Also available in: Atom PDF