Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51753 - Tomcat ebuild is missing dependency "jmx"
Summary: Tomcat ebuild is missing dependency "jmx"
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Java team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-05-22 12:14 UTC by Phil Crosby
Modified: 2004-12-18 15:18 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.properties.default (build.properties.default,10.05 KB, text/plain)
2004-12-18 15:18 UTC, Petteri Räty (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
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.