Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 51753

Summary: Tomcat ebuild is missing dependency "jmx"
Product: Gentoo Linux Reporter: Phil Crosby <reformist>
Component: New packagesAssignee: Java team <java>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.properties.default

Description Phil Crosby 2004-05-22 12:14:36 UTC
The Tomcat ebuild (at least version 5.0.18) requires jmx to be installed, or the following error results when the service is started/stopped:

java.lang.NoClassDefFoundError: javax/management/MBeanRegistration

Emerging jmx gets rid of this problem. jmx should be a dependency on the ebuild.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Thomas Matthijs (RETIRED) gentoo-dev 2004-07-27 06:17:29 UTC
Newer version in portage now
if you are still having this problem please reopon the bug
current ones work fine without jmx for me
Comment 2 Petteri Räty (RETIRED) gentoo-dev 2004-12-18 15:18:44 UTC
Created attachment 46304 [details]
build.properties.default

In build.properties.default jmx is listed in CORE OPTIONAL LIBRARIES. I am
trying to see if we could control these optional libraries with use flags.