Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 34075 invoked from network); 3 Sep 2007 13:09:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2007 13:09:03 -0000 Received: (qmail 83935 invoked by uid 500); 3 Sep 2007 13:08:47 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 83918 invoked by uid 500); 3 Sep 2007 13:08:47 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 83897 invoked by uid 99); 3 Sep 2007 13:08:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 06:08:47 -0700 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS,WHOIS_MYPRIVREG X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of boughtonp@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2007 13:08:35 +0000 Received: by nf-out-0910.google.com with SMTP id k4so1392708nfd for ; Mon, 03 Sep 2007 06:08:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=oVV+MkYBGLvdrjLRX6+TddLPIpBB9FbQkf93u7+SJiVmgFqlWmBb1Mm3ylNfki+AtVCb1H6GI14ZUj9Mz/3dCM5nSaIlsRSj08rJ4avBXzbmgpHOh5eSXCKFQCOChSARK8l31Nnq2BrCtTwy5BjWpLFNhF1oqKTgYdpA0m3VYa4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=iS9p6thvKYDZBHkBMKqIJJ3hHqPrZwx2u+T8n7l0aoWKQR0SnDnc7xVOH6glAr4VjBDzNb93YPWvv+Ql6FznXFxeYAxNzx1499Rjd602xOVKFFbL2fGesKlbAVTnigH7gsCwCfb9qnOL4M5u0Sck1T9w/jWgc9VvWTnae0WfvuY= Received: by 10.86.60.7 with SMTP id i7mr3427365fga.1188824889984; Mon, 03 Sep 2007 06:08:09 -0700 (PDT) Received: by 10.86.98.7 with HTTP; Mon, 3 Sep 2007 06:08:09 -0700 (PDT) Message-ID: <5d97c170709030608k47faecc4gfa71443d47a8d552@mail.gmail.com> Date: Mon, 3 Sep 2007 14:08:09 +0100 From: "Peter Boughton" To: "Tomcat Users List" Subject: Re: a problem of tomcat5 start In-Reply-To: <12461245.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_6582_30548402.1188824889960" References: <12461245.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_6582_30548402.1188824889960 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline >> i sure i use jvm1.2 who can tell me where problem is? Are you getting your acronyms mixed up? JMX is not JVM The errors are saying they can't find the JMX jar file and you need to download it and put it in the bin directory. If you definitely have a valid /usr/share/tomcat5/bin/jmx.jar file then the error is wrong, but if you don't have the file then you need to get it. I think you can download the Sun version they mentioned from here: http://java.sun.com/javase/technologies/core/mntr-mgmt/javamanagement/download.jsp On 9/3/07, inputx wrote: > > > in opensuse10.2, i use command "service tomcat5 start" to start tomcat, > screen display "done" but i can't access http://lcalhost:8080 > > /var/log/tomcat5/base/start.log is > /usr/bin/build-classpath: error: could not find mx4j/mx4j-impl Java > extension for this JVM > /usr/bin/build-classpath: error: All specified jars were not found > /usr/bin/build-classpath: error: could not find mx4j/mx4j-jmx Java > extension > for this JVM > /usr/bin/build-classpath: error: All specified jars were not found > Using CATALINA_BASE: /srv/www/tomcat5/base/ > Using CATALINA_HOME: /usr/share/tomcat5 > Using CATALINA_TMPDIR: /srv/www/tomcat5/base//temp > Using JAVA_HOME: /usr/lib/jvm/java > > /var/log/tomcat5/base/catalina.out is > Due to new licensing guidelines mandated by the Apache Software > Foundation Board of Directors, a JMX implementation can no longer > be distributed with the Apache Tomcat binaries. As a result, you > must download a JMX 1.2 implementation (such as the Sun Reference > Implementation) and copy the JAR containing the API and implementation of > the JMX specification to: > ${catalina.home}/bin/jmx.jar > i sure i use jvm1.2 who can tell me where problem is? thanks > -- > View this message in context: > http://www.nabble.com/a-problem-of-tomcat5-start-tf4372024.html#a12461245 > Sent from the Tomcat - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > -- \ \ Peter Boughton blog.bpsite.net / / ------=_Part_6582_30548402.1188824889960--