-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Platform: PC, OS: Linux
I use Ubuntu Server 8.10
I use the following apt source:
deb http://hudson.gotdns.com/debian binary/
I install Hudson package with command
sudo apt-get install hudson
The package installs dependent package cacao-oj6-jre
After installation of Hudson 1.282, when I try to open the page
http://<server>:8080 i get an error message that the Cacao jre is not supported
by Hudson.
I installed Hudson in exactly the same way last week on another server. Then I
got version 1.281, which did not install the cacao jre. Then everything worked fine.
- duplicates
-
JENKINS-4879 Debian Binary should force Sun JRE
-
- Closed
-
"The package installs dependent package cacao-oj6-jre"
Based on:
http://fisheye4.atlassian.com/browse/hudson/trunk/hudson/main/debian/control
Debian's package manager installs java2-runtime as per:
http://packages.debian.org/unstable/virtual/java2-runtime
So please install with another java2-runtime like:
sudo apt-get install hudson sun-java6-jre
Please open another defect against Hudson or cacao/JDK7 with the stacktrace
included.
Thanks